[EMAIL PROTECTED] wrote:

HI!

Hello,

I need to do something to automatize one process. When a file in directory reach 1 GB I need transfer file for other machine (ftp).

You can use stat() to get the size:

 perldoc -f stat

and check it. If its 1GB then you can use Net::FTP (search.cpan.org) to reansfer it. Just make sure the connection can handlw a 1GB transfer, that's quite a load :)

I'm waiting for solutions.

perldoc Net::FTP perldoc -f stat

Waiting is over ;p

HTH :)

Lee.M - JupiterHost.Net

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to