1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-08 19:43:58 +00:00
Files
rclone/cmd/serve
Nick Craig-Wood a6db2e7320 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:10:02 +01:00
..