Help for this page

Select Code to Download


  1. or download this
    my $sftp = Net::SFTP::Foreign->new(...,
                                       more => [-o => 'PreferredAuthentica
    +tions=keyboard-interactive']);
    
  2. or download this
    my $ssh = Net::OpenSSH->new(...);
    my $sftp = $ssh->sftp;