[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Re: Re: Download Files with Date
From: |
Ángel González |
Subject: |
Re: [Bug-wget] Re: Re: Download Files with Date |
Date: |
Fri, 26 Nov 2010 16:58:22 +0100 |
User-agent: |
Thunderbird |
"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.