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

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/