Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Upload folder to ftp server in c#

What I have tried:

I searched some resources but i couldnt find anything
Posted
Updated 20-Jul-16 11:25am

You don't upload the folder. You upload the files in the folder one at a time.
 
Share this answer
 
Easy solution:
- Use an FTP client, they are feature rich.

Hard solution:
- Build your own FTP client.
 
Share this answer
 
Comments
Sake562 21-Jul-16 1:27am    
I want to upload folder to ftp server in c#

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900