Say, I would like to download or upload many files at once, and only webpages, i.e. *.htm files, including files in subdirectories. Is there exists FTP client which allow make this thing easily.
rcjordan
2:42 am on Aug 16, 2001 (gmt 0)
Not sure, but I'd look at FTP Voyager at Rhinosoft.com first.
alexjc
6:56 pm on Aug 16, 2001 (gmt 0)
Instead of using: get file.htm
use
mget *.html
You may also want to turn off the prompt before downloading files, type:
prompt
This works in standard linux/windows ftp.
Check the help for more info!
littleman
9:11 pm on Aug 16, 2001 (gmt 0)
Well Mike, it looks like you are going to have to use a command-line ftp client to do what you want.
littleman
9:19 pm on Aug 16, 2001 (gmt 0)
BTW - Lftp is a very nice command-line ftp client. There is a windows port of it here [google.com].