I need to upload a full folder using FTP. Is there is any option for transferring a folder and all of its contents at once?
|
feedback
|
migrated from stackoverflow.com Apr 12 '11 at 13:21
This question came from our site for professional and enthusiast programmers.
|
Use an FTP client such as LeechFTP or FileZilla or something similar. Many people swear by CuteFTP, but it's shareware last I checked. All support transferring a whole folder including directory structure. | |||||
feedback
|
| |||
feedback
|
|
Check this out. You can also programmatically create a folder on the server, and then upload all files to that new folder. | |||
|
feedback
|
|
FileZilla is great for this. If you don't want to download/install anything, this can be done with Internet Explorer. Go into the advanced options, and select | |||
|
feedback
|
|
If you're using a standard command-line ftp client, the By default, both | |||
|
feedback
|
