Help for this page

Select Code to Download


  1. or download this
    host.fqdn.tld: Trying password authentication.
    host.fqdn.tld: Login completed, opening dummy shell channel.
    ...
    host.fqdn.tld: Channel open failure: 1: reason 4: Server supports one 
    +session per SSH client
    host.fqdn.tld: sftp: Sending SSH2_FXP_INIT
    Connection closed at recurse_sftp.pl line 37
    
  2. or download this
    use Net::SFTP::Recursive;
      my $host = 'x.x.x.x';
    ...
                    debug => 'true' );
    
      my $sftp = Net::SFTP::Recursive->new($host,%cfg);