Re: Rename/Move File in SFTP Server (General questions)
I just tried this in SFTP protocol, command like this:
Ftp1.Rename bleh , /home/joe/blah
returned 30018 (which is correct). I also tried (just in case)
Ftp1.Rename /home/joe/bleh , /home/joe/blah
and same error was returned. Obviously, none of these files actually exist.