Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Disconnect from Remote Server

by rfbits (Initiate)
on Oct 05, 2010 at 01:55 UTC ( [id://863491]=note: print w/replies, xml ) Need Help??


in reply to Re: Disconnect from Remote Server
in thread Disconnect from Remote Server

Hello,

I get the following error message, when I execute the perl script:

Undefined subroutine &Net::SFTP::Foreign::_catch_tainted_args called at /usr/lib/perl5/site_perl/5.10/Net/SFTP/Foreign.pm line 156.

#!/usr/bin/perl use strict; use warnings; use Net::SFTP::Foreign; use Fcntl qw(SEEK_END); my ($host, $file, $user, $pwd, $port) = undef; my $sftp = Net::SFTP::Foreign->new($host, $user, $pwd, $port); $sftp->error and die "Unable to connect to remote host: ".$sftp->error +."\n";

Thanks,

Roger

Replies are listed 'Best First'.
Re^3: Disconnect from Remote Server
by salva (Canon) on Oct 06, 2010 at 10:44 UTC
    I have just uploaded to CPAN version 1.62 solving that problem.

      Thank you

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://863491]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found