ChipmunkCHeeks has asked for the wisdom of the Perl Monks concerning the following question:
with $serverId & $serverPass defined, I get:%args = (user => $serverId, password => $serverPass); $sftp = Net::SFTP->new($serverName, %args);
I can login successfully to sftp via command line.Permission denied at /usr/local/lib/perl5/site_perl/5.8.7/Net/SFTP.pm +line 62
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SFTP on Solaris 2.7
by waswas-fng (Curate) on Jun 30, 2005 at 22:48 UTC | |
Re: SFTP on Solaris 2.7
by BaldPenguin (Friar) on Jun 30, 2005 at 23:00 UTC | |
Re: SFTP on Solaris 2.7
by salva (Canon) on Jul 01, 2005 at 09:15 UTC |