From owner-cvs-all Thu Dec 13 16:41: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 665F137B405; Thu, 13 Dec 2001 16:41:03 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fBE0f2a93352; Thu, 13 Dec 2001 17:41:02 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fBE0f1M49164; Thu, 13 Dec 2001 17:41:01 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112140041.fBE0f1M49164@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Heffner In-reply-to: Your message of "Thu, 13 Dec 2001 16:36:19 PST." References: Date: Thu, 13 Dec 2001 17:41:01 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message John Baldwin writes: : Bah. Ok, so s/besides SITE MD5//. I still have a valid question that the : commit log didnt' answer. :) True. In general, there are a number of annoyingly different things. New way: FTPANONPASS Password to send in an anonymous FTP transfer. Defaults to ```whoami`@''. FTPMODE Overrides the default operation mode. Support values are: active active mode FTP only auto automatic determination of passive or active (this is the default) gate gate-ftp mode passive passive mode FTP only FTPPROMPT Command-line prompt to use. Defaults to ``ftp>''. Refer to COMMAND LINE PROMPT for more information. FTPRPROMPT Command-line right side prompt to use. Defaults to ``''. Refer to COMMAND LINE PROMPT for more information. vs the old way: FTP_PASSIVE_MODE If this variable is set to something else than `NO', ftp will use passive mode by default. ftp_proxy URL of FTP proxy to use when making FTP URL requests (if not defined, use the standard ftp protocol). http_proxy URL of HTTP proxy to use when making HTTP URL requests. There may be a number of other small differences in the command line arguments. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message