[Chicago-talk] Net::FTP

Ed Summers ehs at pobox.com
Tue Dec 23 09:19:47 CST 2003


On Tue, Dec 23, 2003 at 07:02:21AM -0800, Dooley, Michael wrote:
> $ftp->get( $ftp_file, $ftp_file.$$.time() );

I think this is the way to go...specify a unique name in the get() call.
If you are mirroring the contents of the FTP server, then perhaps overwriting
what you have locally is the way to go. If you're not mirroring, then perhaps
you should use a temporary directory where the files are staged.

//Ed



More information about the Chicago-talk mailing list