in reply to Re^5: Net::SFTP::Foreign mod perl
in thread Net::SFTP::Foreign mod perl

Net-SFTP-Foreign-1.51

Replies are listed 'Best First'.
Re^7: Net::SFTP::Foreign mod perl
by scoobyrico (Beadle) on May 27, 2009 at 16:39 UTC
    Rather than fight where the mod perl was killing off the password athentication, I just went to this:
    my @back = `/usr/bin/perl sftptest.cgi file=$fullfile\\&name=$thisf +ilename`;
    Thanks to the author of Net::SFTP::Foreign for all his help in this matter, but it's a config issue with the servers. I hope this helps anyone else facing the same issue.