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.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from serverfault.com Jul 19 '11 at 18:36
|
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. |
|||||
|
|
||||
|
|
If you archive (zip) the directory, you can get the archive and unzip it locally. |
|||
|
|