Nick Craig-Wood aaacfa51a0 sftp: fix move to allow overwriting existing files
Before this change rclone used a normal SFTP rename if present to
implement Move.

However the normal SFTP rename won't overwrite existing files.

This fixes it to either use the POSIX rename extension
("posix-rename@openssh.com") or to delete the source first before
renaming using the normal SFTP rename.

This isn't normally a problem as rclone always removes any existing
objects first, however to implement non --inplace operations we do
require overwriting an existing file.
2023-05-09 16:28:10 +01:00
..
2023-04-04 16:33:48 +01:00
2022-11-07 11:41:47 +00:00
2023-04-24 16:54:40 +01:00
2022-11-07 11:41:47 +00:00
2023-03-25 09:31:36 +01:00
2022-11-07 11:41:47 +00:00
2023-04-04 16:33:48 +01:00
2023-05-07 12:47:09 +01:00
2022-11-07 11:41:47 +00:00
2022-11-07 11:41:47 +00:00