Help for this page

Select Code to Download


  1. or download this
    $sftp->get($remote [, $local [, \&callback ] ])
    
    ...
            print "Read $offset / $size bytes\r";
        }
    
  2. or download this
    $sftp->put($local, $remote [, \&callback ])
    
    ...
            my($sftp, $data, $offset, $size) = @_;
            print "Wrote $offset / $size bytes\r";
        }