mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
6c38bddf3e
Prior to this fix, a request such as rclone lsf -R --include "/dir/**" remote: Would use ListR which is very inefficient as it lists the whole remote for one directory. This changes it to use recursive walking if the filters imply any directory filtering. So `--include *.jpg` and `--exclude *.jpg` will still use ListR wheras `--include "/dir/**` will not. |
||
---|---|---|
.. | ||
walk_test.go | ||
walk.go |