]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password
authorGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:54:28 +0000 (20:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:54:28 +0000 (20:54 +0000)
commitc33e077838c8fee729c726f59c441555847b07e6
tree7ad1855e814fcaa9e7f0a0130680de9f574a5dc4
parent556026967563ca59a0531bcb8a510dfc00a86635
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.
Doc/lib/libftplib.tex
Lib/ftplib.py
Misc/ACKS