Hi,
I am using Net::SFTP::Foreign;
and trying to get the download/upload progress meter using
$sftp->mput($abslocalfile,$absremotefile,callback => \&callback,copy_perm => 0,copy_time => 0)
I am getting error
"Invalid option 'callback' or bad combination of options at perl/sftp/uhsftp.pl line 147"
The same work fine for put option
$sftp->put($abslocalfile,$absremotefile,callback => \&callback,copy_perm => 0,copy_time => 0)
Appreciate any help on this
thanks
SSB