Net::SSH::W32Perl - MSWin32 compatibility layer for Net::SSH::Perl


Net-SSH-W32Perl documentation  | view source Contained in the Net-SSH-W32Perl distribution.

Index


NAME

Top

Net::SSH::W32Perl - MSWin32 compatibility layer for Net::SSH::Perl

SYNOPSIS

Top

 use Net::SSH::W32Perl;

 my $host = 'foo.bar.com';
 my $ssh = new Net::SSH::W32Perl($host, [options]);
 $ssh->login('user', 'password');
 my ($out, $err, $exit) = $ssh->cmd('cat', 'Hello Net::SSH::W32Perl User!');

DESCRIPTION

Top

This module provides limited Net::SSH::Perl functionality under MSWin32 (ActivePerl). See Net::SSH::Perl for a functional description.

When used on non-MSWin32 systems, Net::SSH::W32Perl reverts to traditional Net::SSH::Perl functionality.

SSH2 is the default protocol under MSWin32. Specifying a protocol other than SSH2 will cause SSH2 to die() - see below.

LIMITATIONS

Top

TO DO

Top

Integrate the Net::SSH::Perl tests, fix privileged, etc...

AUTHOR & COPYRIGHT

Top

SEE ALSO

Top

Net::SSH::Perl


Net-SSH-W32Perl documentation  | view source Contained in the Net-SSH-W32Perl distribution.