LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   d/l contents of a dir (https://www.linuxquestions.org/questions/linux-general-1/d-l-contents-of-a-dir-58745/)

hfawzy 05-08-2003 11:33 AM

d/l contents of a dir
 
Hi,
How do I download entire contents of a directory?
Thanks

fancypiper 05-08-2003 11:38 AM

Command line: wget -m <url of directory>
GUI - gftp

bbeers 05-08-2003 12:58 PM

In command line ftp client:
type "prompt" to turn of interactive prompting, then "mget *".
Do not type the quotation marks, of course :)

-bbeers


All times are GMT -5. The time now is 10:26 PM.