LWP::Protocol::sftp - adds support for SFTP uris to LWP package


LWP-Protocol-sftp documentation  | view source Contained in the LWP-Protocol-sftp distribution.

Index


NAME

Top

LWP::Protocol::sftp - adds support for SFTP uris to LWP package

SYNOPSIS

Top

  use LWP::Simple;
  my $content = get('sftp://me@myhost:29/home/me/foo/bar');




DESCRIPTION

Top

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

Top

LWP and Net::SFTP::Foreign documentation. ssh(1), sftp(1) manual pages. OpenSSH web site at http://www.openssh.org.

COPYRIGHT

Top


LWP-Protocol-sftp documentation  | view source Contained in the LWP-Protocol-sftp distribution.