FTP Download more than one file at time

September 16, 2010

Hi, yes it is obvious but still i post it :)

For download more than one file at a time with a FTP connection first
log on, go to the directory in question and use

(for all html files)
mget *.htm

(for all productXXX.htm files)
mget product*.htm

Bye.