How do we vote of this option to be included? We see an issue where folders get duplicated when we try to rename folders using WinSCP under a folder where sticky bit is enabled. This is an issue with tools where we see do not use posix-rename
(WinSCP, FileZilla, MobaXterm).
OK, thanks for your vote.
I would also like to officially ask for this. SFTP servers backed by HDFS via NFS Gateway do not support hard links and thus cannot service the rename command. The posix-rename@openssh.com
extension provides an alternative renaming method that does not result in an NFS LINK command, but instead, an NFS RENAME command.
Thanks for your suggestion.
Will see if more people ask for this.
It would be useful to have an option to make use of the posix-rename@openssh.com
extension when available.
This provides an alternative to the link/remove rename operation which is not supported on all file systems. In addition, it prevents the scenario where a link is successful and delete fails, leaving two files on the system.