User77

User77

  • NA
  • 52
  • 26.4k

Move files from one folder to another folder on FTP Server

Dec 5 2016 7:51 AM
In my windows application, I have FTP server it contains many folders that contains files when i select one folder(fromfolder) files that selected files should be move to another select folder(ToFolder) and if check fromfolder files is there or not and check if ToFolder is there or not if ToFolder is not there create folder in FTP. i need to create a method with parameters like method is
(Here Tofolder is same FTP Server folders only)
 
MethodName (fromfolder,ToFolder,FileName(s))
{
   //code for moving files from one folder to another folder on FTP Server
}
 
Can anyone please help me out can anyone give me idea about this how can i do this.
 
Thank you 

Answers (1)