Help for this page

Select Code to Download


  1. or download this
           use Net::SFTP ;
           $host    = "hostName" ;
    ...
    
    my $sftp = Net::SFTP->new($host , %args);
    $sftp->put("2", "10");
    
  2. or download this
    Net::SSH::Perl Version 1.34, protocol version 2.0
    No compat match: OpenSSH_4.3p2 Debian-9
    ...
     channel 1: open confirm rwindow 0 rmax 32768
     sftp: Sending SSH2_FXP_INIT
     sftp: Remote version: 3
    
  3. or download this
     Reading configuration data /root/.ssh/config
     Reading configuration data /etc/ssh_config
    ...
     Algorithms, c->s: 3des-cbc hmac-sha1 none
     Algorithms, s->c: 3des-cbc hmac-sha1 none
    Segmentation Fault .