From 99ee06801774f5b8e4c6d18e1dad661a8ab64647 Mon Sep 17 00:00:00 2001 From: Graham Barr Date: Fri, 22 Feb 2002 15:04:49 +0000 Subject: Net::FTP - Fix docs for anonymous login --- Net/FTP.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Net/FTP.pm b/Net/FTP.pm index d2780d3..76265bb 100644 --- a/Net/FTP.pm +++ b/Net/FTP.pm @@ -22,7 +22,7 @@ use Net::Config; use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC); # use AutoLoader qw(AUTOLOAD); -$VERSION = "2.62"; # $Id: //depot/libnet/Net/FTP.pm#64 $ +$VERSION = "2.62"; # $Id: //depot/libnet/Net/FTP.pm#65 $ @ISA = qw(Exporter Net::Cmd IO::Socket::INET); # Someday I will "use constant", when I am not bothered to much about @@ -1301,8 +1301,8 @@ Log into the remote FTP server with the given login information. If no arguments are given then the C uses the C package to lookup the login information for the connected host. If no information is found then a login of I is used. -If no password is given and the login is I then the users -Email address will be used for a password. +If no password is given and the login is I then I +will be used for password. If the connection is via a firewall then the C method will be called with no arguments. @@ -1714,6 +1714,6 @@ under the same terms as Perl itself. =for html
-I<$Id: //depot/libnet/Net/FTP.pm#64 $> +I<$Id: //depot/libnet/Net/FTP.pm#65 $> =cut -- cgit v1.2.3-24-ge0c7