Help for this page

Select Code to Download


  1. or download this
    use Net::SFTP;
    use Net::SFTP::Constants qw/:flags/;
    ...
    $sftp->do_write($handle, 0, $payload);
    print "close\n";
    $sftp->do_close($handle);
    
  2. or download this
    connecting
    open
    write
    close