NAME
URI::ftpes - adds support for FTPES uris to URI package
SYNOPSIS
use URI;
my $uri = URI->new('ftpes://me@myhost:port/home/foo/bar');
DESCRIPTION
After this module is installed, the URI package provides the same set of methods for FTPES 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.