Transferring Files on Server (wodSFTP / wodSFTP.NET / wodSFTPdll)
I have been using SFTP.NET to put files up on the server and get files from the server. It works great!
But I have one question:
Can I use SFTP.NET to transfer files from one folder to another on the server?
Re: Transferring Files on Server
Marc,
just as you would do it on local system, try to rename file to a different directory. In that case server *should* interpret it as MOVE command, and should move file. It may require a bit of tweaking until you succeed - but this is completely in hands of the server, and depends on its implementation.
Hope it helps.