libunftp icon indicating copy to clipboard operation
libunftp copied to clipboard

Implement RENAME in the GCS backend

Open mdirkse opened this issue 5 years ago • 4 comments

Currently unimplemented. See here: https://github.com/bolcom/libunftp/blob/b53478b8ecb8b61ac7685816e70011ed979484b8/crates/unftp-sbe-gcs/src/lib.rs#L358

mdirkse avatar Oct 18 '19 11:10 mdirkse

Hi, we stumbled across unftp recently and must say we're very happy! If at all this one in particular could become a priority, that would be greatly appreciated 🙏🏻 Thank you for creating this.

HenrikOssipoff avatar Jul 17 '23 07:07 HenrikOssipoff

Hi @HenrikOssipoff great to hear! Do keep in mind that a rename action would not be atomic, the GCS backend doesn't support this, and so a rename would consist of two operations: copy+delete. I can't promise we can pick this up very soon, but I will try to get it some more priority.

robklg avatar Jul 17 '23 11:07 robklg

@robklg Makes perfect sense - we've rewritten our uses of the MOVE command to download -> uploade -> delete anyway.

Once again, thanks for creating this. unftp greatly simplified running FTP on our environment.

HenrikOssipoff avatar Jul 17 '23 12:07 HenrikOssipoff

We're very pleased to hear that :-)

robklg avatar Jul 17 '23 18:07 robklg