in reply to Re: Monitor transfers with Net::FTP
in thread Monitor transfers with Net::FTP
Since I'm on win32 I can't do a fork, and running in a separate thread seems to cause problems when the thread gets returned, crashing wickedly.
EG:
while ($ftp->put($file)) { warn "Still putting data!\n"; $ftp->hash("", 1); }
Doesn't work as expected, printing hashes on stdout during the transfer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Monitor transfers with Net::FTP
by derby (Abbot) on Aug 18, 2009 at 12:06 UTC | |
by Anonymous Monk on Aug 18, 2009 at 20:41 UTC |