in reply to Re: NET::SFTP::Foreign in perl
in thread NET::SFTP::Foreign in perl

my $sftp = Net::SFTP::Foreign->new('vetri@hostname' ,password => '**** +*' ,expect_log_user => 1,time out => 8,more => '-v' ) ;

the below code is not working . I got same error . The used Net-SFTP-Foreign-1.51 version . The server is running

.

Replies are listed 'Best First'.
Re^3: NET::SFTP::Foreign in perl
by salva (Canon) on Jun 15, 2009 at 08:49 UTC
    Hi, I am the author of Net::SFTP::Foreign, your problem seems to be caused by a bug there so could you post (or if you prefer, sent me be email) the working and the non-working scripts?

    Also, set $Net::SFTP::Foreign = -1; at the beginning, rerun them and include the generated debugging information, please.

      I sent a mail to salva@cpan.org . Please look at this issue .

      I sent a mail to salva@cpan.org . Please look at this .