TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
User77
NA
52
27.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
Reply
Answers (
1
)
How to compare Perfix Number By Compare Validator ?
how to use login form user MDIParent form