Help for this page

Select Code to Download


  1. or download this
    $sftp->put(...);
    if ($sftp->error) { ... };
    
  2. or download this
    my $sftp = Net::SFTP::Foreign->new(..., autodie => 1);
    
  3. or download this
    $Net::SFTP::Foreign::debug = -1;