Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: net::ssh::perl : no way to send cmd !

by salva (Canon)
on Feb 01, 2010 at 15:54 UTC ( [id://820774]=note: print w/replies, xml ) Need Help??


in reply to Re^2: net::ssh::perl : no way to send cmd !
in thread net::ssh::perl : no way to send cmd !

what happens when you try to run the same command from the command line?
$ ssh -vvv user@your.switch upload cfg_toTFTP ...

Replies are listed 'Best First'.
Re^4: net::ssh::perl : no way to send cmd !
by coldroom (Novice) on Feb 02, 2010 at 07:56 UTC
    Hello, I finally found a way :)
    sub Recup_dlink_DGS { my $ssh = Net::SSH::Expect->new ( host => @switch_details[1], user => @switch_details[4], password => @switch_details[3], raw_pty => 1, timeout => 5); eval { my $login_output = $ssh->login(); if ($login_output !~ /Welcome/) { die "=> Echec à l'identification \n=> $login_output"; } } $ssh->exec("upload cfg_toTFTP $serveur_tftp @switch_details[2]"); &controle_cfg; return 1; }
    Thanks, I would not find it without your help. Many thanks ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://820774]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-16 18:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found