Help for this page

Select Code to Download


  1. or download this
    my %args = (
        user => "uname",
    ...
            $sftp->put($_, $remotefile);
                    
        }
    
  2. or download this
     
    Use of uninitialized value in numeric ne (!=) at /usr/opt/Perl5_10/lib
    +/perl5/site_perl/5.10.1/Net/SFTP/Foreign/Common.pm line 79.
    Use of uninitialized value in numeric ne (!=) at /usr/opt/Perl5_10/lib
    +/perl5/site_perl/5.10.1/Net/SFTP/Foreign/Common.pm line 79.
    ...
    Use of uninitialized value in numeric ne (!=) at /usr/opt/Perl5_10/lib
    +/perl5/site_perl/5.10.1/Net/SFTP/Foreign/Common.pm line 79.
    Use of uninitialized value in numeric ne (!=) at /usr/opt/Perl5_10/lib
    +/perl5/site_perl/5.10.1/Net/SFTP/Foreign/Common.pm line 79.
    Use of uninitialized value in numeric ne (!=) at /usr/opt/Perl5_10/lib
    +/perl5/site_perl/5.10.1/Net/SFTP/Foreign/Common.pm line 79.
    
  3. or download this
    if ($sftp->{_error} != Net::SFTP::Foreign::Constants::SFTP_ERR_CONNECT
    +ION_BROKEN()) {
                $sftp->{_error} = 0;
            }