You can use Net::FTP's hash method to output a '#' to a particular filehandle for every x number of bytes (1024 default). For example:
$ftp->hash( \*STDERR); $ftp->put($ZipFile, $TargetZip);
Should do the trick. Sure it's not pretty but it is a good visual clue that somethings going on. perldoc Net::FTP for more info.
-derby
In reply to Re: monitoring upload progress in Net::FTP
by derby
in thread monitoring upload progress in Net::FTP
by peterg22
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |