rclone/sftp
Nick Craig-Wood 8a6a8b9623 Change List interface and add ListR optional interface
This simplifies the implementation of remotes.  The only required
interface is now `List` which is a simple one level directory list.

Optionally remotes may implement `ListR` if they have an efficient way
of doing a recursive list.
2017-06-14 16:49:40 +01:00
..
sftp.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
sftp_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
sftp_unsupported.go Complete SFTP remote #521 2017-02-04 10:29:46 +00:00
stringlock.go sftp: remove stray debug 2017-02-16 12:40:29 +00:00
stringlock_test.go sftp: Fix remote race on creating directories 2017-02-04 10:29:46 +00:00