in reply to how to implement Net::FTP::AutoReconnect

Maybe it's a silly question, but wouldn't you just use Net::FTP::AutoReconnect to accomplish that? If for some strange reason you want to implement the functionality yourself rather than using the library, then I guess your best bet would be to look at the library source for ideas.

  • Comment on Re: how to implement Net::FTP::AutoReconnect