Re: scheduling a perl script
From: Jim Gibson (jgibson_at_mail.arc.nasa.gov)
Date: 03/08/04
- Next message: Euro Millions: "Re: Changing output"
- Previous message: WA Support: "pack/unpack question"
- In reply to: mike: "scheduling a perl script"
- Next in thread: Richard Morse: "Re: scheduling a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 08 Mar 2004 12:30:11 -0800
In article <dfd17ef4.0403052053.632e2e8e@posting.google.com>, mike
<s99999999s2003@yahoo.com> wrote:
> hi
>
> i wrote a script that is supposed to check a directory and see if
> there is a file named "test.txt" there and if there is , use ftp to
> transfer the file to another server and then remove the file from the
> directory.
> I had scheduled a job in windows to poll for this directory looking
> for "test.txt" every month on day 8, 9 and 10 and 11, because test.txt
> will arrive anytime during 8,9 and 10. On the 11th, my script will
> poll the directory and if there is still no test.txt, will alert the
> administrator.
>
> How can i implement in perl such that on the 11th, my script will not
> mistake that test.txt is not there while in fact, it has already been
> transfered to another server and removed after transfered?
> I thought of not removing test.txt after transfered but if the file
> arrived on the 8th, then on the 9th i would do another identical
> transfer.
Before you do anything, check the destination server. If the file is
already there (with the proper modification date), do nothing.
[ status file method snipped ]
- Next message: Euro Millions: "Re: Changing output"
- Previous message: WA Support: "pack/unpack question"
- In reply to: mike: "scheduling a perl script"
- Next in thread: Richard Morse: "Re: scheduling a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|