Re: [Ssh-sftp-perl-users] Scp capability but no sftp capability
Brought to you by:
dbrobins
From: Heiko J. <ja...@hb...> - 2008-01-16 14:12:53
|
Am Mittwoch, den 16.01.2008, 14:57 +0100 schrieb Mik J: > I have a Cisco router on which I'm able to scp the > configuration file in command line but sftp doesn't > work from the command line. > I'd like to know if Net::SFTP is able to connect to > the routeur in the scp mode only not using the sftp > functionality. >From what I see in the docs, I'd say no. Besides, it is explicitly named Net::SFTP... > Does anyone tryed to do this or know how to retrive a > file from a system that doesn't support sftp ? I'd suggest using Net::SCP (which is only a wrapper around the command line scp) or - presumably even better - Net::SSH2 which has a built-in scp subcommand. heiko |