I know how to upload files/images in asp.net using fileuploader control.i want to upload folders not a single file.i want to upload whole asp.net website to another server (may or may not using FTP) using C# Coding.
Even i tried to make a zip and upload but we can not upload zip too….
what is the best way to upload whole DIrectories/Folders/Files to server using c# coding?
I know how to upload files/images in asp.net using fileuploader control.i want to upload
Share
You can use of ftpwebclass in C# for uploading a folder using ftp
check out this link