in reply to background ftp transfers

Net::Ftp has its own Timeout value available in the constructor Net::FTP->new('somehost.com', Timeout=>...).

So I don't see the problem with forking.

mitd-Made in the Dark
'My favourite colour appears to be grey.'

Replies are listed 'Best First'.
Re: Re: background ftp transfers
by zonem (Initiate) on Aug 10, 2001 at 15:51 UTC
    If I recall; that timeout value only has an effect when connecting to the FTP server; not for transfers.
    Net::FTP will wait for a put or get to either complete or to fail before it returns control back to the script.