in reply to
Re: Large FTP task
in thread
Large FTP task
PS, the first thing you should do is:
1. make a local copy of ::AutoReconnect
2. change all the die statements to return 0
3. add a sleep(x);$ftp->reconnect(); in place of your usual ftp error handling
Comment on
Re^2: Large FTP task
Replies are listed 'Best First'.
Re^3: Large FTP task
by
Anonymous Monk
on Jun 03, 2006 at 02:06 UTC
s/return 0/return undef/
[reply]
In Section
Seekers of Perl Wisdom