SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password

Instead of sending the real user and host, use "anonymous@" (i.e. no
host name at all!) as the default anonymous FTP password.  This avoids
privacy violations.
This commit is contained in:
Guido van Rossum 2001-12-28 20:57:14 +00:00
parent 24a643416d
commit 606fe4e79f
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ Extension modules
Library
- ftplib: to safeguard the user's privacy, anonymous login will use
"anonymous@" as default password, rather than the real user and host
name.
Tools/Demos
Build