Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::INET6Glue::FTP

Name Net::INET6Glue::FTP
Version 0.6
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Net/INET6Glue/FTP.pm
Is Core No
Search CPAN for this module Net::INET6Glue::FTP
Documentation Net::INET6Glue::FTP
Module Details Net::INET6Glue::FTP

NAME

Net::INET6Glue::FTP - adds IPv6 support to the Net::FTP manpage by hotpatching


SYNOPSIS

 use Net::INET6Glue::FTP;
 use Net::FTP;
 my $ftp = Net::FTP->new( '::1' );
 $ftp->login(...)


DESCRIPTION

This module adds support for IPv6 by hotpatching support for EPRT and EPSV commands into the Net::FTP manpage and hotpatching pasv, port and _dataconn methods to make use of EPRT and EPSV on IPv6 connections.

It also includes the Net::INET6Glue::INET_is_INET6 manpage to make the the Net::FTP manpage sockets IPv6 capable.


COPYRIGHT

This module is copyright (c) 2008..2014, Steffen Ullrich. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025