Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 17:41:01 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Heffner <mikeh@FreeBSD.org>
Subject:   Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet 
Message-ID:  <200112140041.fBE0f1M49164@harmony.village.org>
In-Reply-To: Your message of "Thu, 13 Dec 2001 16:36:19 PST." <XFMail.011213163619.jhb@FreeBSD.org> 
References:  <XFMail.011213163619.jhb@FreeBSD.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <XFMail.011213163619.jhb@FreeBSD.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112140041.fBE0f1M49164>