sftpgo-mirror/sftpd
Nicola Murino ad5436e3f6 ssh commands: improve command ended detection
Sometime we can have this error:

read |0: file already closed

reading from the command standard error, this means that the command is
already finished so we don't need to do nothing.
This happen randomically while running the test cases on travis.
2019-12-30 00:10:03 +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 checking passwords in md5crypt ($1$) format 2019-12-29 07:43:59 +01:00
internal_test.go fix test cases on Windows 2019-12-26 08:29:38 +01:00
internal_unix_test.go fix test cases on Windows 2019-12-26 08:29:38 +01:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go add per directory permissions 2019-12-25 18:20:19 +01:00
server.go sftpd: add support for some SSH commands 2019-11-18 23:30:37 +01:00
sftpd.go add rsync support ... 2019-11-29 15:24:56 +01:00
sftpd_test.go sftpd test: add a debug log 2019-12-29 23:27:32 +01:00
ssh_cmd.go ssh commands: improve command ended detection 2019-12-30 00:10:03 +01:00
transfer.go add support for Git over SSH 2019-11-26 22:26:42 +01:00