Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Net::SFTP::Foreign Transferred Bytes

by yulivee07 (Sexton)
on Apr 26, 2016 at 13:24 UTC ( #1161544=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sftp = Net::SFTP::Foreign->new(host =>$host, user => $user, key_pa
    +th => [$privkey, $pubkey] , more => '-v');
    
    ...
    Transferred: sent 32700048, received 60544 bytes, in 1.6 seconds
    Bytes per second: sent 20997978.1, received 38877.7
    [... more debug output ..]
    
  2. or download this
    my $BYTES = 0;
    
    ...
        $BYTES = $bytes;
    }
    
  3. or download this
    $curl->getinfo( CURLINFO_SIZE_UPLOAD );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1161544]
Approved by stevieb
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2023-12-03 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (20 votes). Check out past polls.

    Notices?