The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

URI::sftp - adds support for SFTP uris to URI package

SYNOPSIS

  use URI;
  my $uri = URI->new('sftp://me@myhost:29/home/me/foo/bar');

DESCRIPTION

After this module is installed, the URI package provides the same set of methods for SFTP uris as it does for FTP ones (i.e, host, port, user, password, etc.).

AUTHOR

Salvador Fandiño <sfandino@yahoo.com>

COPYRIGHT

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.