mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
1628ca0d46
This commit uses the MLST command (where available) to get the status for single files rather than listing the parent directory and looking for the file. This makes actions such as using `--files-from` much quicker. * use getEntry to lookup remote files when supported * findItem now expects the full path directly It makes the expected argument similar to the getInfo method, the difference now is that one is returning a FileInfo whereas the other is returning an ftp Entry. Fixes #6225 Co-authored-by: Nick Craig-Wood <nick@craig-wood.com> |
||
---|---|---|
.. | ||
ftp_internal_test.go | ||
ftp_test.go | ||
ftp.go |