NAME
URI::scp - adds support for SCP uris to URI package
SYNOPSIS
use URI;
my $uri = URI->new('scp://me@myhost:port/home/foo/bar');
DESCRIPTION
After this module is installed, the URI package provides the same set of methods for SCP uris as it does for FTP ones (i.e, host, port, user, password, etc.).
AUTHOR
Stefan Gipper <stefanos@cpan.org>
COPYRIGHT
All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.