I have a script that will login to my ftp server and download all the
backup files, but I want it to only download the files that were
created today, e.g. if I ran the script today I want it to only fetch
files created today.
I am really not sure about how to do this, but it is quite important
to
On Dec 10, 5:55 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> Andrew D wrote:
> > I have a script that will login to my ftp server and download all the
> > backup files, but I want it to only download the files that were
> > created today, e.g. if I ran the script to
On Dec 10, 6:13 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> Andrew D wrote:
> > On Dec 10, 5:55 pm, Steve Holden <[EMAIL PROTECTED]> wrote:
> >> Andrew D wrote:
> >>> I have a script that will login to my ftp server and download all the
> >>
On Dec 10, 6:55 pm, Tim Chase <[EMAIL PROTECTED]> wrote:
> > I have a script that will login to my ftp server and download
> > all the backup files, but I want it to only download the files
> > that were created today, e.g. if I ran the script today I want
> > it to only fetch files created today.