Frequently Asked Questions
Can I move file on the server from one directory to another?
SFTP protocol does not have 'move' command, and you can't send raw commands as you might have do in FTP protocol.
But, you can try to use Rename method, and specify NewRemotePath with different subdirectory than OldRemotePath - in most cases server's implementation of 'Rename' is same as 'Move', so perhaps this will work.
Last updated Fri, Nov 8 2013 12:00am