Nick Craig-Wood
6c38bddf3e
walk: fix listing with filters listing whole remote
...
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.
2019-08-08 14:15:50 +01:00
..
2019-08-02 16:56:19 +01:00
2019-07-28 18:47:38 +01:00
2019-08-06 11:43:42 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2018-01-15 17:51:14 +00:00
2019-08-08 14:15:50 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-08-08 12:37:50 +01:00
2019-08-06 12:50:31 +01:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2019-08-08 14:15:50 +01:00
2018-06-17 18:38:09 +01:00
2018-06-17 18:38:09 +01:00
2018-08-21 10:58:59 +01:00
2019-02-07 11:57:26 +00:00
2019-07-28 14:48:19 +01:00
2018-01-15 17:51:14 +00:00
2019-06-19 11:59:46 +01:00
2019-07-28 18:47:38 +01:00
2019-06-09 15:57:05 +01:00
2019-02-07 16:42:26 +00:00
2019-02-07 11:57:26 +00:00
2019-07-28 18:47:38 +01:00
2019-07-28 18:47:38 +01:00
2018-01-15 17:51:14 +00:00
2019-08-02 15:57:09 +01:00
2019-06-19 11:59:46 +01:00
2018-01-27 14:31:29 +00:00
2019-08-03 18:25:44 +01:00
2019-07-01 12:09:19 +01:00
2019-07-01 12:09:19 +01:00
2018-07-16 08:50:52 +01:00
2019-04-30 14:12:18 +02:00
2019-06-15 18:32:17 +01:00
2019-04-15 21:49:58 +01:00