mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
7fc573db27
Before this change uploading files with rclone to: rclone serve sftp --vfs-cache-mode full Would return the error: command "md5sum XXX" failed with error: unexpected non file This patch detects that the file is still in the VFS cache and reads the MD5SUM from there rather from the remote. Fixes #7241 |
||
---|---|---|
.. | ||
connection_test.go | ||
connection.go | ||
handler.go | ||
server.go | ||
sftp_test.go | ||
sftp_unsupported.go | ||
sftp.go |