Date: Mon, 8 Jan 2001 05:15:14 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile ftp.c Message-ID: <200101081315.f08DFEs29088@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/01/08 05:15:14 PST
Modified files:
lib/libfetch Makefile ftp.c
Log:
Use "anonymous" rather than "ftp" as login name for anonymous ftp.
Rather than have a separate (misnamed) FTP_ANONYMOUS_PASSWORD constant, use
FTP_ANONYMOUS_USER (i.e. "anonymous") to construct the anonymous ftp password
if getlogin() fails.
Revision Changes Path
1.19 +2 -2 src/lib/libfetch/Makefile
1.58 +3 -4 src/lib/libfetch/ftp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101081315.f08DFEs29088>
