about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2002-02-22 15:04:49 +0000
committerGraham Barr <gbarr@pobox.com>2002-02-22 15:04:49 +0000
commit99ee06801774f5b8e4c6d18e1dad661a8ab64647 (patch)
tree45c2233f57c40be2f2cecf66ad8ed30c130e2fb0
parent8a099f7243940f8e41a6893e2f635e6e75428a3f (diff)
downloadperl-libnet-99ee06801774f5b8e4c6d18e1dad661a8ab64647.tar.gz
Net::FTP
- Fix docs for anonymous login

-rw-r--r--Net/FTP.pm8
1 files 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<Net::FTP> uses the C<Net::Netrc>
 package to lookup the login information for the connected host.
 If no information is found then a login of I<anonymous> is used.
-If no password is given and the login is I<anonymous> then the users
-Email address will be used for a password.
+If no password is given and the login is I<anonymous> then I<anonymous@>
+will be used for password.
 
 If the connection is via a firewall then the C<authorize> method will
 be called with no arguments.
@@ -1714,6 +1714,6 @@ under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/FTP.pm#64 $>
+I<$Id: //depot/libnet/Net/FTP.pm#65 $>
 
 =cut