|
Libssh::Session
===============
It supports the authentification on a SSH server, command execution and some sftp capabilities.
It's still in working progress (but it's functional ;)
MODULE DEPENDENCIES
-------------------
To install Libssh::Session, you need following perl module:
* ExtUtils-MakeMaker
For the module execution, no need of perl module dependencies.
DEPENDENCIES
------------
This module also requires these libraries:
* OpenSSL
INSTALLATION
------------
To install Libssh::Session type the following:
perl Makefile.PL
make
make install
BUGS/FEATURE REQUESTS
---------------------
All helps are welcomed!
|