[NTLUG:Discuss] ftp multiple files

Jack Snodgrass jack+ntlug at mylinuxguy.net
Wed Jan 22 08:22:46 CST 2003


use ( you may have to install it ) ncftp.
you can do something like
ncftpget ftp://ftp.somesite.com/pub/en/os/i386/*.rpm
and download all .rpm files from that site/directory.

You can do
ncftpls ftp://ftp.somesite.com/pub/en/os/i386
and get a listing.

You can do
ncftp ftp://ftp.somesite.com
and just login and issue the normal ftp commands.

ncftp also provides you with the status, estimated time
to completion, and bytes per second, etc on each transfer.

ncftp is 'the' program to use if you use ftp from the
command line.

-- 
Thanks - jack


> What is the easiest way to download a large number of individual files?
>
> Via the browser,  it appears you have to click on each one individually,
> tell it okay and all that.
> Just in terminal mode ftp you can use mget * but then you have to sit
> there and type y for each one.  Right?
>
> What other option is there?
>
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>
>




More information about the Discuss mailing list