User77

User77

  • NA
  • 52
  • 26.4k

Move files from one folder to another folder on FTP Server

Dec 6 2016 2:03 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 (string fromfolder,string ToFolder,string selectedFileName)     
 
 
 
 
public void MethodName (string fromfolder,string ToFolder,string selectedFileName)
{
     //code for moving files from one folder to another folder on FTP Server
}
 
please help me out can anyone give me idea about this how can i do this.
 
 
Thank you

Answers (1)