>From memory, mget only does multiple gets within a directory.
Martin Visser, CISSP Network and Security Consultant Consulting & Integration Technology Solutions Group - HP Services 410 Concord Road Rhodes NSW 2138 Australia Mobile: +61-411-254-513 Fax: +61-2-9022-1800 E-mail: martin.visserAThp.com This email (including any attachments) is intended only for the use of the individual or entity named above and may contain information that is confidential, proprietary or privileged. If you are not the intended recipient, please notify HP immediately by return email and then delete the email, destroy any printed copy and do not disclose or use the information in it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Barnes Sent: Monday, 20 June 2005 2:42 PM To: [EMAIL PROTECTED]; SLug Users Subject: RE: [SLUG] Ftp get a directory > Can I use command line ftp to get a directory and it's contents > recursively? Yes. :) The mget command (as opposed to get) may work recursively for you inside an ftp client depending on the client/server. Otherwise, use wget with the --recursive option. I believe it to be a more appropriate tool for the job. HTH, - Rog -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
