NAME
Net::Appliance::Session::Transport
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.gorwits@oucs.ox.ac.uk>
COPYRIGHT & LICENSE
Copyright (c) The University of Oxford 2006. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA