NAME
LWP::Protocol::sftp - adds support for SFTP uris to LWP::Protocol package
SYNOPSIS
use LWP::Simple;
my $content = get('sftp://me@myhost:29/home/me/foo/bar');
DESCRIPTION
After this module is installed, LWP can be used to access remote file systems via SFTP.
This module is based on Net::SFTP::Foreign.
SEE ALSO
LWP and Net::SFTP::Foreign documentation. ssh(1), sftp(1) manual pages. OpenSSH web site at http://www.openssh.org.
AUTHOR
Salvador Fandiño <sfandino@yahoo.com>
COPYRIGHT
Copyright (C) 2005 by Salvador Fandiño.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.