Opened 3 hours ago
#13218 new Bug report
Rename on existing files on the SFTP server fails
Reported by: | sargenthp | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
Hello,
I have an user that uses FileZilla for connecting to our RedHat Linux servers. He is attempting to do a file move from one folder to another. It works fine if the destination folder does not already contain the file, but if it is doing an overwrite of an existing file it will fail.
I decided to attempt this myself and installed FileZilla 3.68.1. Well... He is correct. My question is if the output that is being displayed is what is actually being ran? The output shows this when I do a test overwrite...
Command: mv "test.txt" "/data/tmp/Archive/test.txt" Error: mv /data/tmp/test.txt /data/tmp/Archive/test.txt: received failure with description 'Failure'
mv is not a valid sftp command, but rename is.
I tested this from a sftp command line session, and from another Windows SFTP app. Both are successful.