Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wu-ftp usage

Status
Not open for further replies.

michael12

Programmer
Sep 26, 2002
25
0
0
US
this is probably a dummy question, after I ftp to a site, I can use "get,put" to handle single file, or use "mget, mput" to handle multiple files at the same directory, but how can I ftp whole directory(include sub-directory)?
Thanks for your help.
 
You can try to download ftp client for windows.
Maybe ftp client can help you for this case.
Good Luck
 
[tt]ncftp[/tt] will allow you to do this. I find that [tt]ncftp[/tt] is a more user friendly command line ftp client in general.
Code:
/> get -R ...
will do recursive downloads.

jaa
 
I just found the answer to this and I remembered this question.

Add a .tar to the end of the get command...

get directory.tar


Better late than never:)


ChrisP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top