1
mirror of https://github.com/rclone/rclone synced 2024-09-03 21:31:30 +02:00
rclone/backend
Nick Craig-Wood 0eba88bbfe sftp: check directory is empty before issuing rmdir
Some SFTP servers allow rmdir on full directories which is allowed
according to the RFC so make sure we don't accidentally delete data
here.

See: https://forum.rclone.org/t/rmdir-and-delete-empty-src-dirs-file-does-not-exist/7737
2018-12-02 11:16:30 +00:00
..
alias backend: unify NewFs path handling for wrapping remotes 2018-10-10 17:50:27 +01:00
all union: Implement union backend which reads from multiple backends 2018-09-07 15:14:08 +01:00
amazonclouddrive acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
azureblob azureblob: allow building azureblob backend on *BSD 2018-11-27 12:20:48 +00:00
b2 azureblob, b2, drive: implement set upload cutoff for chunked upload tests 2018-10-13 22:49:12 +01:00
box acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
cache cache: make tests not start an rc but use the internal framework 2018-11-04 15:11:51 +00:00
crypt crypt: ensure integration tests run correctly when -remote is set 2018-10-23 17:12:38 +01:00
drive drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00
dropbox dropbox: add dropbox impersonate support - fixes #2577 2018-11-12 11:33:39 +00:00
ftp ftp: add a small pause after failed upload before deleting file #2517 2018-09-17 08:51:50 +01:00
googlecloudstorage drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00
http Implement new backend config system 2018-07-16 21:20:47 +01:00
hubic hubic: retry auth fetching if it fails to make hubic more reliable 2018-09-04 21:00:36 +01:00
jottacloud jottacloud: fix bug in --fast-list handing of empty folders - fixes #2650 2018-10-17 13:58:36 +01:00
local docs: move documentation for options from docs/content into backends 2018-10-06 11:47:46 +01:00
mega docs: move documentation for options from docs/content into backends 2018-10-06 11:47:46 +01:00
onedrive acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
opendrive opendrive: fix retries of upload chunks - fixes #2646 2018-10-25 11:50:38 +01:00
pcloud acd,box,onedrive,pcloud: remote log.Fatal from NewFs 2018-11-11 11:00:14 +00:00
qingstor fix typos in original files, per #2727 review request 2018-11-14 22:48:58 +00:00
s3 s3: add config info for Wasabi's US-West endpoint 2018-11-19 13:33:42 +00:00
sftp sftp: check directory is empty before issuing rmdir 2018-12-02 11:16:30 +00:00
swift swift: efficiency: slim Object and reduce requests on upload 2018-12-02 10:23:55 +00:00
union union: fix --backup-dir on union backend 2018-10-14 15:19:02 +01:00
webdav webdav: fix config parsing so --webdav-user and --webdav-pass flags work 2018-11-17 13:14:54 +00:00
yandex yandex: complete rewrite 2018-11-22 20:14:50 +00:00