Alex Brelsfoard wrote:
"Cannot connect to SFTP Server. Permission denied at /usr/lib/perl5/site_perl/5.8.5/Net/SFTP.pm line 62"Line 62 correlates with the login function in SFTP.pm: $ssh->login($param{user}, $param{password}, 'supress_shell');
I'd look at the source for the $ssh object and see where or if it throws a "Permission denied" error in its login() method. I'd also look to see if there is a debug mode for the module providing $ssh.
-Tom -- Tom Metro Venture Logic, Newton, MA, USA "Enterprise solutions through open source." Professional Profile: http://tmetro.venturelogic.com/ _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

