Move files between folders in remote ftp server
Hi, How can I move files between folder in FTP folders? I have to pick up/download the file from client ftp server, process it at our end, after processing, I have to move the file to Archive folder in FTP server. Insted of deleting file, i have to move it to archive folder in cleint ftp. How can I move file from one to another folder in FTP server? Thank you for your help in advance, Siv
July 4th, 2011 11:09pm

You cant do it directly in a single task you have to use separate tasks Receive files Delete remote files (If you want to remove it from the server as well) Send files Delete local files (FTP Task) Or Delete file (File System Task) or u can use the script task to write your own custom script to do the same using FtpWebRequest and System.IO.File.Delete("");-------------------------------------------------------- Surender Singh Bhadauria
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 12:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics