Giter VIP home page Giter VIP logo

net-ssh-w32perl's Introduction

NAME
    Net::SSH::W32Perl - Win32 compatibility layer for Net::SSH::Perl

SYNOPSIS
    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 W32 User!');

INSTALLATION
    perl Makefile.PL
    nmake
    nmake test
    nmake install
            
    NOTE: I've made ppms (binaries) available for this and most of it's 
    required modules at http://www.soulcage.net/ppds/. The following 
    command should install everything you need.

    "ppm install --location=http://www.soulcage.net/ppds Net::SSH::W32Perl"
    
        
ABSTRACT
    This module provides limited Net::SSH::Perl functionality under Win32
    (ActivePerl).

LIMITATIONS
    * SSH2 is the only supported protocol due to Net::SSH::Perl's reliance
    on Math::GMP.
    * The "shell()" interface is not supported due to Win32's lack of
    support for "select()" on non-socket filehandles.
    * The *privileged* option is not supported, I hope to fix this in a
    future release.
    * Anything else that doesn't work :)

TO DO
    Create some tests, fix "privileged", etc...

AUTHOR & COPYRIGHT
    Scott Scecina, <[email protected]>

    Except where otherwise noted, Net::SSH::W32Perl is Copyright 2001 Scott
    Scecina. All rights reserved. Net::SSH::W32Perl is free software; you
    may redistribute it and/or modify it under the same terms as Perl
    itself.

    Code taken from Net::SSH::Perl is Copyright 2001 Benjamin Trott. Please
    see the the Net::SSH::Perl manpage manual for more information.

SEE ALSO
    the Net::SSH::Perl manpage.

net-ssh-w32perl's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.