1825766 Members
2067 Online
109687 Solutions
New Discussion

Re: FTP

 
SOLVED
Go to solution
Mike Burk
Advisor

FTP

how do "get" a directory and it's subs and all of thier contents? mget * only gets the files but not the directories and subs?

Thanks
3 REPLIES 3
Edward Alfert_2
Respected Contributor
Solution

Re: FTP

mget -r *

it will them prompt you subdirectory by subdirectory if you want to download.
"Do what you love and you will never work a day in your life." - Confucius
G.Kumar
Frequent Advisor
Wodisch
Honored Contributor

Re: FTP

Hello Mike,

get the OpenSource tool "wget" and then you
can do all that with FTP and HTTP and such
and from the command line...

HTH,
Wodisch