Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Need Help on Net::SSH2 Module Usage on Windows

by Khen1950fx (Canon)
on Aug 17, 2012 at 02:57 UTC ( [id://987905]=note: print w/replies, xml ) Need Help??


in reply to Need Help on Net::SSH2 Module Usage on Windows

First, make sure that you're correctly set up. Net::SSH2 requires libssh2 for Windows, and it has a long list of dependencies:
#!/usr/bin/perl use strict; use autodie; use warnings; use CPAN; CPAN::Shell->install( qw( IO::Scalar ExtUtils::Constant Encode ExtUtils::ParseXS Pod::Usage Getopt::Long Text::ParseWords Module::CoreList Module::Load Module::Load::Conditional Params::Check Locale::Maketext::Simple IPC::Cmd ExtUtils::CBuilder ExtUtils::Manifest Perl::OSType CPAN::Meta::Requirements CPAN::Meta::YAML JSON::PP Parse::CPAN::Meta CPAN::Meta ExtUtils::Install File::Temp version IO::File Module::Metadata Module::Build constant Text::Wrap Pod::Escapes Pod::Simple Pod::Man Test Exporter Carp File::Path Test::Harness Test::More Scalar::Util File::Spec ExtUtils::MakeMaker Net::SSH2));

Net::SSH2::Channel goes into more detail about what the channel is and does. Read that thoroughly. It'll help.

For more details about "exec", you can do perl -f exec for more info.

See: libssh2.org for more info.

Replies are listed 'Best First'.
Re^2: Need Help on Net::SSH2 Module Usage on Windows
by tarunmudgal4u (Sexton) on Aug 17, 2012 at 13:00 UTC

    Hi, I looked into Net::SSH2::Channel documentation and it's also just one liner description of all the methods used there.However, I've read about exec.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-29 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found