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 );