sftpgo-mirror/ftpd
Nicola Murino 2a9f7db1e2 Cloud FS: don't propagate the error if removing a folder returns not found
for Cloud FS the folders are virtual and they, generally, disappear when the
last file is removed.

This fix doesn't work for FTP protocol for now.

Fixes #149
2020-07-31 19:24:57 +02:00
..
ftpd.go add support for the venerable FTP protocol 2020-07-29 21:56:56 +02:00
ftpd_test.go add post connect hook 2020-07-30 22:33:49 +02:00
handler.go add support for the venerable FTP protocol 2020-07-29 21:56:56 +02:00
internal_test.go add support for the venerable FTP protocol 2020-07-29 21:56:56 +02:00
server.go Cloud FS: don't propagate the error if removing a folder returns not found 2020-07-31 19:24:57 +02:00
transfer.go add support for the venerable FTP protocol 2020-07-29 21:56:56 +02:00