- or download this
my %args = (
user => "uname",
...
$sftp->put($_, $remotefile);
}
- 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.
- or download this
if ($sftp->{_error} != Net::SFTP::Foreign::Constants::SFTP_ERR_CONNECT
+ION_BROKEN()) {
$sftp->{_error} = 0;
}