"Michele Mor" wrote: >>> Hi.I'm trying to setup a DOS batch that would download multiple files every >>> few days using curl (from ftp site). >>> These files have the following name structure:abc_20101122062015_def.rar >>> The part of the file name that change is the date-time. >
If you just want to get a local copy of everything there, just run wget -m on the ftp folder. The first time it will download everything, the following ones only the new files.
