rclone/cmd/serve/sftp
Nick Craig-Wood c190b9b14f serve sftp: return not supported error for not supported commands
Before this change, if a hardlink command was issued, rclone would
just ignore it and not return an error.

This changes any unknown operations (including hardlink) to return an
unsupported error.
2023-10-16 12:08:22 +01:00
..
connection_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
connection.go serve sftp: fix hash calculations with --vfs-cache-mode full 2023-08-22 13:18:36 +01:00
handler.go serve sftp: return not supported error for not supported commands 2023-10-16 12:08:22 +01:00
server.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
sftp_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp.go cmd: refactor and use sysdnotify in more commands 2023-09-04 16:32:04 +01:00