Help for this page

Select Code to Download


  1. or download this
    ppm install Net-SFTP-Foreign-Backend-Net_SSH2
    
  2. or download this
    use Net::SFTP::Foreign;
    my $sftp = Net::SFTP::Foreign->
    ...
                     backend => 'Net_SSH2',
                     user => $user,
                     password => $pass);