I want to download a folder which contains hundreds of files that are hosted on an ftp server to my Windows 7 desktop. I've never used ftp before, so I am not sure where to start.
feedback
|
migrated from serverfault.com Jul 19 '11 at 18:36
This question came from our site for system administrators and desktop support professionals.
|
FTP protocol doesn't support directory download. Most FTP clients (AFAIK, not including standard command line tools "ftp") allow to download directories by getting their listing recursively and downloading files one by one automatically. There is a plenty of different clients. For instance, filezilla - free and open source. | |||||
feedback
|
|
If you archive (zip) the directory, you can get the archive and unzip it locally. | |||
|
feedback
|