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.

link|improve this question

2  
Sorry, Windows 2007? What is that? – Zoredache Jul 19 '11 at 17:38
Navigate to FTP site, Page menu->View in Explorer, Copy files to desktop. Or get a real client like Filezilla. – Chris S Jul 19 '11 at 17:42
feedback

migrated from serverfault.com Jul 19 '11 at 18:36

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 5 down vote accepted

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.

link|improve this answer
1  
you can also use the mget command if you are limited to command line and there is no directory structure – Zypher Jul 19 '11 at 18:34
feedback

If you archive (zip) the directory, you can get the archive and unzip it locally.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.