in reply to Child Net::SSH2 object trouble
For whatever reason, I personally had a difficult time understanding how to use Net::SSH2. But I have had no problems grasping how to use Control::CLI, which uses Net::SSH2 for SSH connections. That might be due to the fact that the syntax for Control::CLI is very similar to Net::Telnet and Win32::SerialPort - both of which I have used previously.
Perhaps Control::CLI can help you accomplish what you're wanting to do or may be its source code could help point you in the right direction with your child class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Child Net::SSH2 object trouble
by VinsWorldcom (Prior) on Jun 29, 2015 at 20:30 UTC | |
by salva (Canon) on Jun 30, 2015 at 06:54 UTC |