in reply to Reporting Progress With Net::FTP (was : Net::FTP question)
A bit trickier perhaps, but maybe more extensible etc in the long run might be to look into the dataconn class that Net::FTP uses, and look into subclassing/using that one, and the more low-level calls. Note that this will mean more work to make a simple get/put, but on the other hand, the source code is there so you can see how it Net::FTP does it, and adapt.
|
|---|