On 2004-04-15, Sybren Stuvel <(E-Mail Removed)> wrote:
: ["Followup-To:" header set to comp.os.linux.]
: Liza enlightened us with:
:> I need to ftp files with the modification date that is within the last
:> 10 days i.e. files no older than 10 days. I'm using .netrc file and
:> macdef.
:
: I think you need to play around with the "find" command. If you're not
: really bound to FTP you can also toy with "rsync".
:
Also see the Kermit FTP client:
http://www.columbia.edu/kermit/ftpclient.html
("Flexible File Selection") Documentation:
http://www.columbia.edu/kermit/ckermit80.html#ftp
Particularly the [M]PUT and [M]GET commands:
http://www.columbia.edu/kermit/ckermit80.html#x3.5 (Uploading)
http://www.columbia.edu/kermit/ckermit80.html#x3.6 (Downloading)
Example:
mput /after:-10days *
- Frank