mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
50a3a96e27
Before this change the sftp handler returned a nil error for unknown operations which meant the server crashed when one was encountered. In particular the "Readlink" operations was causing problems. After this change the handler returns ErrSshFxOpUnsupported which signals to the remote end that we don't support that operation. See: https://forum.rclone.org/t/rclone-serve-sftp-not-working-in-windows/12209 |
||
---|---|---|
.. | ||
connection_test.go | ||
connection.go | ||
handler.go | ||
server.go | ||
sftp_test.go | ||
sftp_unsupported.go | ||
sftp.go |