JohnCrowley
08-27-2002, 10:44 AM
What is the easiest method/software to use to recursively copy a directory hierarchy using FTP? mget only goes so far when there are 100's of directories to copy :)
Thanks!
- John C.
Thanks!
- John C.
![]() | View Full Version : Best way to recursively ftp directories? JohnCrowley 08-27-2002, 10:44 AM What is the easiest method/software to use to recursively copy a directory hierarchy using FTP? mget only goes so far when there are 100's of directories to copy :) Thanks! - John C. dandanfirema 08-27-2002, 11:29 AM If you are using a linux box as a client, you can use ncftp JohnCrowley 08-27-2002, 02:01 PM WOW! Learn something new every day! Thanks. That did the trick (get -R *) - John C. dandanfirema 08-27-2002, 02:08 PM Great! :D |