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
..
2022-08-28 13:43:51 +02:00
2023-04-04 16:33:48 +01:00
2022-08-05 16:35:41 +01:00
2023-05-07 12:47:09 +01:00
2023-03-01 11:10:38 +00:00
2023-03-26 19:20:50 +02:00
2023-03-26 14:28:15 +02:00
2022-11-10 12:04:35 +00:00
2023-05-03 13:51:27 +01:00
2022-11-07 11:41:47 +00:00
2023-04-24 16:54:40 +01:00
2023-05-03 13:51:27 +01:00
2023-05-04 15:03:11 +01:00
2023-04-18 17:35:21 +01:00
2022-11-07 11:41:47 +00:00
2023-04-25 16:31:42 +02:00
2023-05-07 12:47:09 +01:00
2022-11-21 08:02:09 +00:00
2023-03-01 11:10:38 +00:00
2023-03-25 09:31:36 +01:00
2023-03-26 14:28:15 +02:00
2023-05-04 15:03:11 +01:00
2022-08-30 11:16:26 +02:00
2023-03-24 11:34:14 +00:00
2023-05-04 15:03:11 +01:00
2023-04-04 10:22:00 +01:00
2022-11-10 11:27:01 +00:00
2023-03-24 20:42:45 +00:00
2022-11-07 11:41:47 +00:00
2023-03-26 14:28:15 +02:00
2023-05-03 15:21:30 +01:00
2022-08-28 13:43:51 +02:00
2023-03-26 14:28:15 +02:00
2022-08-30 11:16:26 +02:00
2023-04-04 16:33:48 +01:00
2022-08-05 16:35:41 +01:00
2022-08-28 13:43:51 +02:00
2022-08-28 13:43:51 +02:00
2023-05-07 12:47:09 +01:00
2023-03-26 14:28:15 +02:00
2023-05-09 16:28:10 +01:00
2022-11-07 11:41:47 +00:00
2022-08-28 13:43:51 +02:00
2023-03-26 14:28:15 +02:00
2023-02-06 13:18:15 +00:00
2022-11-07 11:41:47 +00:00
2023-04-22 10:49:10 +01:00
2023-05-04 15:03:11 +01:00
2023-05-08 17:50:50 +01:00
2023-04-28 17:38:49 +01:00
2022-08-28 13:43:51 +02:00
2023-03-26 14:28:15 +02:00