GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::INET6Glue::FTP(3) User Contributed Perl Documentation Net::INET6Glue::FTP(3)

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

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

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

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

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.
2014-09-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.