Re: [Perl-unix-users] Automatic ftp download script

2002-03-11 Thread Jason Purdy
This seems to me like one of those "more than one way" things - you could create a daemon or a cronjob to handle this for ya, depending on your needs (speed, efficiency and delay time as important factors that I can think of off the top of my head). Anyway, whatever you end up choosing, you ca

RE: [Perl-unix-users] Automatic ftp download script

2002-03-11 Thread Martin Moss
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig Sharp > Sent: Monday 11 March 2002 17:04 > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Automatic ftp download script > > > Ok, here is a good one. > > I need to be able to monitor a directory

[Perl-unix-users] Automatic ftp download script

2002-03-11 Thread Craig Sharp
Ok, here is a good one. I need to be able to monitor a directory on an ftp server and then download the files when they have been uploaded to the server. The problem is how to determine when a file is there and if a file is there, that the file is done being uploaded from the source. I was go