Net::INET6Glue::FTP.3pm

Langue: en

Version: 2010-02-16 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::INET6Glue::FTP - adds IPv6 support to Net::FTP 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 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, 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.