Transferring Files on Server - WeOnlyDo Discussion board

Transferring Files on Server (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Marc Butenko, Monday, February 07, 2005, 22:14 (7026 days ago)

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

by wodSupport, Monday, February 07, 2005, 22:38 (7026 days ago) @ Marc Butenko

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.