sftpgo-mirror/sftpd
Nicola Murino 4c5a0d663e
sftpd: return the error Operation Unsupported for unexpected reads
a cloud based file cannot be opened for read and write at the same
time. Return a proper error if a client try to do this.

It can happen only for SFTP
2020-11-09 21:01:56 +01:00
..
cmd_unix.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
handler.go add support for SFTP subsystem mode 2020-10-29 19:23:33 +01:00
internal_test.go sftpd: return the error Operation Unsupported for unexpected reads 2020-11-09 21:01:56 +01:00
internal_unix_test.go add more linters 2020-05-06 19:36:34 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go add a recoverer where appropriate 2020-10-31 11:02:04 +01:00
server.go add a recoverer where appropriate 2020-10-31 11:02:04 +01:00
sftpd.go refactoring: add common package 2020-07-24 23:39:38 +02:00
sftpd_test.go cloud backends: stat and other performance improvements 2020-11-02 19:16:12 +01:00
ssh_cmd.go add a recoverer where appropriate 2020-10-31 11:02:04 +01:00
subsystem.go add support for SFTP subsystem mode 2020-10-29 19:23:33 +01:00
transfer.go sftpd: return the error Operation Unsupported for unexpected reads 2020-11-09 21:01:56 +01:00