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

Re^3: Net::SFTP::Foreign Connections with Password Authentication

Replies are listed 'Best First'.
Re^2: NET::SFTP::Foreign in perl
by vetrivel (Sexton) on Jun 13, 2009 at 09:32 UTC
    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

    .
      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 .