-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Rclone's sftp will, by default, upload a partial file and then rename. Our sftp implementation doesn't support renames, which means that this approach will result in the creation of a bunch of .partial
files.
This isn't a good user experience.
We should either:
- Error when we are asked to create a
.partial
, with a message instructing the user to not use partials (--inplace
). - Build Permanent API support for rename and therefore add support for SFTP rename. (Support
SSH_FXP_RENAME
#164)
Metadata
Metadata
Assignees
Labels
No labels