NAME
Net::Appliance::Session::Transport - Base class for Session Transports
VERSION
version 2.111080
DESCRIPTION
This package is the base class for all Net::Appliance::Session
Transports. It is effectively a Net::Telnet
factory, which then calls upon a derived class to do something with the guts of the TELNET connection (perhaps rip it out and shove an SSH connection in there instead).
AVAILABLE TRANSPORTS
ACKNOWLEDGEMENTS
The SSH command spawning code was based on that in Expect.pm
and is copyright Roland Giersig and/or Austin Schutz.
AUTHOR
Oliver Gorwits <oliver@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by University of Oxford.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.