chananf has asked for the wisdom of the Perl Monks concerning the following question:
I'm hoping to retrieve I/O transfer stats after executing $ftp->put($file);. Something akin to below:
ftp> put test2.txt
200 PORT command successful.
150 ASCII data connection for test2.txt
(151.139.14.78,1425).
226 Transfer complete.
ftp: 18 bytes sent in 0.00Seconds 18000.00Kbytes/sec.
$ftp->message() does not seem to provide this data
Really appreciate if anyome knows!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: $ftp->put() transfer stats
by Fletch (Bishop) on Jul 30, 2010 at 18:26 UTC | |
by chananf (Initiate) on Aug 01, 2010 at 18:32 UTC |