Home | History | Annotate | Line # | Download | only in ftp
main.c revision 1.97
      1  1.97     lukem /*	$NetBSD: main.c,v 1.97 2005/06/10 00:18:46 lukem Exp $	*/
      2  1.59     lukem 
      3  1.59     lukem /*-
      4  1.97     lukem  * Copyright (c) 1996-2005 The NetBSD Foundation, Inc.
      5  1.59     lukem  * All rights reserved.
      6  1.59     lukem  *
      7  1.59     lukem  * This code is derived from software contributed to The NetBSD Foundation
      8  1.59     lukem  * by Luke Mewburn.
      9  1.59     lukem  *
     10  1.59     lukem  * Redistribution and use in source and binary forms, with or without
     11  1.59     lukem  * modification, are permitted provided that the following conditions
     12  1.59     lukem  * are met:
     13  1.59     lukem  * 1. Redistributions of source code must retain the above copyright
     14  1.59     lukem  *    notice, this list of conditions and the following disclaimer.
     15  1.59     lukem  * 2. Redistributions in binary form must reproduce the above copyright
     16  1.59     lukem  *    notice, this list of conditions and the following disclaimer in the
     17  1.59     lukem  *    documentation and/or other materials provided with the distribution.
     18  1.59     lukem  * 3. All advertising materials mentioning features or use of this software
     19  1.59     lukem  *    must display the following acknowledgement:
     20  1.59     lukem  *	This product includes software developed by the NetBSD
     21  1.59     lukem  *	Foundation, Inc. and its contributors.
     22  1.59     lukem  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23  1.59     lukem  *    contributors may be used to endorse or promote products derived
     24  1.59     lukem  *    from this software without specific prior written permission.
     25  1.59     lukem  *
     26  1.59     lukem  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27  1.59     lukem  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28  1.59     lukem  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29  1.59     lukem  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30  1.59     lukem  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31  1.59     lukem  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32  1.59     lukem  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33  1.59     lukem  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34  1.59     lukem  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35  1.59     lukem  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36  1.59     lukem  * POSSIBILITY OF SUCH DAMAGE.
     37  1.59     lukem  */
     38  1.45    itojun 
     39  1.45    itojun /*
     40  1.55     lukem  * Copyright (c) 1985, 1989, 1993, 1994
     41  1.55     lukem  *	The Regents of the University of California.  All rights reserved.
     42  1.55     lukem  *
     43  1.45    itojun  * Redistribution and use in source and binary forms, with or without
     44  1.45    itojun  * modification, are permitted provided that the following conditions
     45  1.45    itojun  * are met:
     46  1.45    itojun  * 1. Redistributions of source code must retain the above copyright
     47  1.45    itojun  *    notice, this list of conditions and the following disclaimer.
     48  1.45    itojun  * 2. Redistributions in binary form must reproduce the above copyright
     49  1.45    itojun  *    notice, this list of conditions and the following disclaimer in the
     50  1.45    itojun  *    documentation and/or other materials provided with the distribution.
     51  1.86       agc  * 3. Neither the name of the University nor the names of its contributors
     52  1.45    itojun  *    may be used to endorse or promote products derived from this software
     53  1.45    itojun  *    without specific prior written permission.
     54  1.55     lukem  *
     55  1.55     lukem  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     56  1.45    itojun  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     57  1.45    itojun  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     58  1.55     lukem  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     59  1.45    itojun  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     60  1.45    itojun  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     61  1.45    itojun  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     62  1.45    itojun  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     63  1.45    itojun  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     64  1.45    itojun  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     65  1.45    itojun  * SUCH DAMAGE.
     66  1.45    itojun  */
     67  1.12     lukem 
     68   1.1       cgd /*
     69  1.55     lukem  * Copyright (C) 1997 and 1998 WIDE Project.
     70  1.55     lukem  * All rights reserved.
     71  1.91     lukem  *
     72   1.1       cgd  * Redistribution and use in source and binary forms, with or without
     73   1.1       cgd  * modification, are permitted provided that the following conditions
     74   1.1       cgd  * are met:
     75   1.1       cgd  * 1. Redistributions of source code must retain the above copyright
     76   1.1       cgd  *    notice, this list of conditions and the following disclaimer.
     77   1.1       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     78   1.1       cgd  *    notice, this list of conditions and the following disclaimer in the
     79   1.1       cgd  *    documentation and/or other materials provided with the distribution.
     80  1.55     lukem  * 3. Neither the name of the project nor the names of its contributors
     81   1.1       cgd  *    may be used to endorse or promote products derived from this software
     82   1.1       cgd  *    without specific prior written permission.
     83  1.91     lukem  *
     84  1.55     lukem  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
     85   1.1       cgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     86   1.1       cgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     87  1.55     lukem  * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
     88   1.1       cgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     89   1.1       cgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     90   1.1       cgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     91   1.1       cgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     92   1.1       cgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     93   1.1       cgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     94   1.1       cgd  * SUCH DAMAGE.
     95   1.1       cgd  */
     96   1.1       cgd 
     97  1.23     lukem #include <sys/cdefs.h>
     98   1.1       cgd #ifndef lint
     99  1.23     lukem __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\
    100  1.23     lukem 	The Regents of the University of California.  All rights reserved.\n");
    101   1.1       cgd #endif /* not lint */
    102   1.1       cgd 
    103   1.1       cgd #ifndef lint
    104   1.8       tls #if 0
    105   1.8       tls static char sccsid[] = "@(#)main.c	8.6 (Berkeley) 10/9/94";
    106   1.8       tls #else
    107  1.97     lukem __RCSID("$NetBSD: main.c,v 1.97 2005/06/10 00:18:46 lukem Exp $");
    108   1.8       tls #endif
    109   1.1       cgd #endif /* not lint */
    110   1.1       cgd 
    111   1.1       cgd /*
    112   1.1       cgd  * FTP User Program -- Command Interface.
    113   1.1       cgd  */
    114   1.3       cgd #include <sys/types.h>
    115   1.1       cgd #include <sys/socket.h>
    116   1.1       cgd 
    117   1.3       cgd #include <err.h>
    118  1.61     lukem #include <errno.h>
    119   1.1       cgd #include <netdb.h>
    120  1.56     lukem #include <paths.h>
    121   1.1       cgd #include <pwd.h>
    122  1.90     lukem #include <signal.h>
    123   1.3       cgd #include <stdio.h>
    124  1.22     lukem #include <stdlib.h>
    125   1.9       cgd #include <string.h>
    126   1.3       cgd #include <unistd.h>
    127  1.76  jdolecek #include <locale.h>
    128   1.1       cgd 
    129  1.57     lukem #define	GLOBAL		/* force GLOBAL decls in ftp_var.h to be declared */
    130   1.3       cgd #include "ftp_var.h"
    131   1.1       cgd 
    132  1.65     lukem #define	FTP_PROXY	"ftp_proxy"	/* env var with FTP proxy location */
    133  1.65     lukem #define	HTTP_PROXY	"http_proxy"	/* env var with HTTP proxy location */
    134  1.65     lukem #define	NO_PROXY	"no_proxy"	/* env var with list of non-proxied
    135  1.35     lukem 					 * hosts, comma or space separated */
    136  1.35     lukem 
    137  1.70     lukem static void	setupoption(char *, char *, char *);
    138  1.70     lukem int		main(int, char *[]);
    139  1.23     lukem 
    140   1.3       cgd int
    141  1.70     lukem main(int argc, char *argv[])
    142   1.1       cgd {
    143  1.64     lukem 	int ch, rval;
    144  1.74     lukem 	struct passwd *pw;
    145  1.71     lukem 	char *cp, *ep, *anonuser, *anonpass, *upload_path;
    146  1.95     lukem 	int dumbterm, s, isupload;
    147  1.95     lukem 	size_t len;
    148  1.93     lukem 	socklen_t slen;
    149  1.76  jdolecek 
    150  1.76  jdolecek 	setlocale(LC_ALL, "");
    151  1.82     lukem 	setprogname(argv[0]);
    152   1.1       cgd 
    153  1.90     lukem 	sigint_raised = 0;
    154  1.90     lukem 
    155  1.45    itojun 	ftpport = "ftp";
    156  1.45    itojun 	httpport = "http";
    157  1.45    itojun 	gateport = NULL;
    158  1.24     lukem 	cp = getenv("FTPSERVERPORT");
    159  1.45    itojun 	if (cp != NULL)
    160  1.45    itojun 		gateport = cp;
    161  1.45    itojun 	else
    162  1.45    itojun 		gateport = "ftpgate";
    163   1.1       cgd 	doglob = 1;
    164   1.1       cgd 	interactive = 1;
    165   1.1       cgd 	autologin = 1;
    166  1.31     lukem 	passivemode = 1;
    167  1.31     lukem 	activefallback = 1;
    168  1.13     lukem 	preserve = 1;
    169  1.17     lukem 	verbose = 0;
    170  1.17     lukem 	progress = 0;
    171  1.24     lukem 	gatemode = 0;
    172  1.57     lukem 	data = -1;
    173  1.39     lukem 	outfile = NULL;
    174  1.39     lukem 	restartautofetch = 0;
    175  1.43       cgd #ifndef NO_EDITCOMPLETE
    176  1.18     lukem 	editing = 0;
    177  1.21     lukem 	el = NULL;
    178  1.21     lukem 	hist = NULL;
    179  1.18     lukem #endif
    180  1.60     lukem 	bytes = 0;
    181  1.12     lukem 	mark = HASHBYTES;
    182  1.44     lukem 	rate_get = 0;
    183  1.44     lukem 	rate_get_incr = DEFAULTINCR;
    184  1.44     lukem 	rate_put = 0;
    185  1.44     lukem 	rate_put_incr = DEFAULTINCR;
    186  1.49     lukem #ifdef INET6
    187  1.47    itojun 	epsv4 = 1;
    188  1.49     lukem #else
    189  1.49     lukem 	epsv4 = 0;
    190  1.49     lukem #endif
    191  1.58     lukem 	epsv4bad = 0;
    192  1.71     lukem 	upload_path = NULL;
    193  1.71     lukem 	isupload = 0;
    194  1.73     lukem 	reply_callback = NULL;
    195  1.78     lukem 	family = AF_UNSPEC;
    196  1.50     lukem 
    197  1.74     lukem 	netrc[0] = '\0';
    198  1.74     lukem 	cp = getenv("NETRC");
    199  1.74     lukem 	if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc))
    200  1.74     lukem 		errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG));
    201  1.74     lukem 
    202  1.50     lukem 	/*
    203  1.50     lukem 	 * Get the default socket buffer sizes if we don't already have them.
    204  1.50     lukem 	 * It doesn't matter which socket we do this to, because on the first
    205  1.50     lukem 	 * call no socket buffer sizes will have been modified, so we are
    206  1.50     lukem 	 * guaranteed to get the system defaults.
    207  1.50     lukem 	 */
    208  1.50     lukem 	s = socket(AF_INET, SOCK_STREAM, 0);
    209  1.50     lukem 	if (s == -1)
    210  1.50     lukem 		err(1, "can't create socket");
    211  1.94     lukem 	slen = sizeof(rcvbuf_size);
    212  1.94     lukem 	if (getsockopt(s, SOL_SOCKET, SO_RCVBUF,
    213  1.94     lukem 	    (void *)&rcvbuf_size, &slen) == -1)
    214  1.51     lukem 		err(1, "unable to get default rcvbuf size");
    215  1.94     lukem 	slen = sizeof(sndbuf_size);
    216  1.94     lukem 	if (getsockopt(s, SOL_SOCKET, SO_SNDBUF,
    217  1.94     lukem 	    (void *)&sndbuf_size, &slen) == -1)
    218  1.50     lukem 		err(1, "unable to get default sndbuf size");
    219  1.51     lukem 	(void)close(s);
    220  1.51     lukem 					/* sanity check returned buffer sizes */
    221  1.51     lukem 	if (rcvbuf_size <= 0)
    222  1.87  christos 		rcvbuf_size = 8 * 1024;
    223  1.51     lukem 	if (sndbuf_size <= 0)
    224  1.87  christos 		sndbuf_size = 8 * 1024;
    225  1.87  christos 
    226  1.87  christos 	if (sndbuf_size > 8 * 1024 * 1024)
    227  1.87  christos 		sndbuf_size = 8 * 1024 * 1024;
    228  1.87  christos 	if (rcvbuf_size > 8 * 1024 * 1024)
    229  1.87  christos 		rcvbuf_size = 8 * 1024 * 1024;
    230  1.44     lukem 
    231  1.69     lukem 	marg_sl = xsl_init();
    232  1.25     lukem 	if ((tmpdir = getenv("TMPDIR")) == NULL)
    233  1.25     lukem 		tmpdir = _PATH_TMP;
    234   1.3       cgd 
    235  1.31     lukem 	/* Set default operation mode based on FTPMODE environment variable */
    236  1.31     lukem 	if ((cp = getenv("FTPMODE")) != NULL) {
    237  1.65     lukem 		if (strcasecmp(cp, "passive") == 0) {
    238  1.31     lukem 			passivemode = 1;
    239  1.31     lukem 			activefallback = 0;
    240  1.65     lukem 		} else if (strcasecmp(cp, "active") == 0) {
    241  1.31     lukem 			passivemode = 0;
    242  1.31     lukem 			activefallback = 0;
    243  1.65     lukem 		} else if (strcasecmp(cp, "gate") == 0) {
    244  1.31     lukem 			gatemode = 1;
    245  1.65     lukem 		} else if (strcasecmp(cp, "auto") == 0) {
    246  1.31     lukem 			passivemode = 1;
    247  1.31     lukem 			activefallback = 1;
    248  1.31     lukem 		} else
    249  1.31     lukem 			warnx("unknown $FTPMODE '%s'; using defaults", cp);
    250  1.31     lukem 	}
    251  1.31     lukem 
    252  1.77       cgd 	if (strcmp(getprogname(), "pftp") == 0) {
    253  1.15     lukem 		passivemode = 1;
    254  1.31     lukem 		activefallback = 0;
    255  1.77       cgd 	} else if (strcmp(getprogname(), "gate-ftp") == 0)
    256  1.24     lukem 		gatemode = 1;
    257  1.24     lukem 
    258  1.24     lukem 	gateserver = getenv("FTPSERVER");
    259  1.24     lukem 	if (gateserver == NULL || *gateserver == '\0')
    260  1.24     lukem 		gateserver = GATE_SERVER;
    261  1.24     lukem 	if (gatemode) {
    262  1.24     lukem 		if (*gateserver == '\0') {
    263  1.24     lukem 			warnx(
    264  1.42     lukem "Neither $FTPSERVER nor GATE_SERVER is defined; disabling gate-ftp");
    265  1.24     lukem 			gatemode = 0;
    266  1.24     lukem 		}
    267  1.24     lukem 	}
    268  1.15     lukem 
    269  1.22     lukem 	cp = getenv("TERM");
    270  1.22     lukem 	if (cp == NULL || strcmp(cp, "dumb") == 0)
    271  1.22     lukem 		dumbterm = 1;
    272  1.22     lukem 	else
    273  1.22     lukem 		dumbterm = 0;
    274  1.17     lukem 	fromatty = isatty(fileno(stdin));
    275  1.37     lukem 	ttyout = stdout;
    276  1.37     lukem 	if (isatty(fileno(ttyout))) {
    277  1.41     lukem 		verbose = 1;		/* verbose if to a tty */
    278  1.37     lukem 		if (! dumbterm) {
    279  1.43       cgd #ifndef NO_EDITCOMPLETE
    280  1.41     lukem 			if (fromatty)	/* editing mode on if tty is usable */
    281  1.41     lukem 				editing = 1;
    282  1.43       cgd #endif
    283  1.43       cgd #ifndef NO_PROGRESS
    284  1.37     lukem 			if (foregroundproc())
    285  1.37     lukem 				progress = 1;	/* progress bar on if fg */
    286  1.43       cgd #endif
    287  1.37     lukem 		}
    288  1.18     lukem 	}
    289  1.17     lukem 
    290  1.83  christos 	while ((ch = getopt(argc, argv, "46AadefginN:o:pP:q:r:RtT:u:vV")) != -1) {
    291   1.6   mycroft 		switch (ch) {
    292  1.78     lukem 		case '4':
    293  1.78     lukem 			family = AF_INET;
    294  1.78     lukem 			break;
    295  1.78     lukem 
    296  1.78     lukem 		case '6':
    297  1.82     lukem #ifdef INET6
    298  1.78     lukem 			family = AF_INET6;
    299  1.82     lukem #else
    300  1.82     lukem 			warnx("INET6 support is not available; ignoring -6");
    301  1.82     lukem #endif
    302  1.78     lukem 			break;
    303  1.78     lukem 
    304  1.31     lukem 		case 'A':
    305  1.31     lukem 			activefallback = 0;
    306  1.31     lukem 			passivemode = 0;
    307  1.31     lukem 			break;
    308  1.31     lukem 
    309  1.12     lukem 		case 'a':
    310  1.12     lukem 			anonftp = 1;
    311  1.12     lukem 			break;
    312  1.12     lukem 
    313   1.3       cgd 		case 'd':
    314   1.3       cgd 			options |= SO_DEBUG;
    315   1.3       cgd 			debug++;
    316   1.3       cgd 			break;
    317  1.12     lukem 
    318  1.18     lukem 		case 'e':
    319  1.43       cgd #ifndef NO_EDITCOMPLETE
    320  1.18     lukem 			editing = 0;
    321  1.18     lukem #endif
    322  1.18     lukem 			break;
    323  1.18     lukem 
    324  1.36     lukem 		case 'f':
    325  1.36     lukem 			flushcache = 1;
    326  1.36     lukem 			break;
    327  1.36     lukem 
    328   1.3       cgd 		case 'g':
    329   1.3       cgd 			doglob = 0;
    330   1.3       cgd 			break;
    331   1.1       cgd 
    332   1.3       cgd 		case 'i':
    333   1.3       cgd 			interactive = 0;
    334   1.3       cgd 			break;
    335   1.1       cgd 
    336   1.3       cgd 		case 'n':
    337   1.3       cgd 			autologin = 0;
    338   1.3       cgd 			break;
    339   1.1       cgd 
    340  1.74     lukem 		case 'N':
    341  1.74     lukem 			if (strlcpy(netrc, optarg, sizeof(netrc))
    342  1.74     lukem 			    >= sizeof(netrc))
    343  1.74     lukem 				errx(1, "%s: %s", optarg,
    344  1.74     lukem 				    strerror(ENAMETOOLONG));
    345  1.74     lukem 			break;
    346  1.74     lukem 
    347  1.31     lukem 		case 'o':
    348  1.31     lukem 			outfile = optarg;
    349  1.31     lukem 			if (strcmp(outfile, "-") == 0)
    350  1.31     lukem 				ttyout = stderr;
    351  1.31     lukem 			break;
    352  1.31     lukem 
    353  1.12     lukem 		case 'p':
    354  1.12     lukem 			passivemode = 1;
    355  1.31     lukem 			activefallback = 0;
    356  1.12     lukem 			break;
    357  1.12     lukem 
    358  1.12     lukem 		case 'P':
    359  1.45    itojun 			ftpport = optarg;
    360  1.83  christos 			break;
    361  1.83  christos 
    362  1.83  christos 		case 'q':
    363  1.83  christos 			quit_time = strtol(optarg, &ep, 10);
    364  1.83  christos 			if (quit_time < 1 || *ep != '\0')
    365  1.83  christos 				errx(1, "bad quit value: %s", optarg);
    366  1.12     lukem 			break;
    367  1.12     lukem 
    368  1.31     lukem 		case 'r':
    369  1.31     lukem 			retry_connect = strtol(optarg, &ep, 10);
    370  1.39     lukem 			if (retry_connect < 1 || *ep != '\0')
    371  1.31     lukem 				errx(1, "bad retry value: %s", optarg);
    372  1.31     lukem 			break;
    373  1.31     lukem 
    374  1.39     lukem 		case 'R':
    375  1.39     lukem 			restartautofetch = 1;
    376  1.39     lukem 			break;
    377  1.39     lukem 
    378   1.3       cgd 		case 't':
    379  1.17     lukem 			trace = 1;
    380   1.3       cgd 			break;
    381   1.1       cgd 
    382  1.44     lukem 		case 'T':
    383  1.44     lukem 		{
    384  1.44     lukem 			int targc;
    385  1.44     lukem 			char *targv[6], *oac;
    386  1.44     lukem 
    387  1.44     lukem 				/* look for `dir,max[,incr]' */
    388  1.44     lukem 			targc = 0;
    389  1.44     lukem 			targv[targc++] = "-T";
    390  1.44     lukem 			oac = xstrdup(optarg);
    391  1.44     lukem 
    392  1.44     lukem 			while ((cp = strsep(&oac, ",")) != NULL) {
    393  1.44     lukem 				if (*cp == '\0') {
    394  1.44     lukem 					warnx("bad throttle value: %s", optarg);
    395  1.44     lukem 					usage();
    396  1.44     lukem 					/* NOTREACHED */
    397  1.44     lukem 				}
    398  1.44     lukem 				targv[targc++] = cp;
    399  1.44     lukem 				if (targc >= 5)
    400  1.44     lukem 					break;
    401  1.44     lukem 			}
    402  1.44     lukem 			if (parserate(targc, targv, 1) == -1)
    403  1.44     lukem 				usage();
    404  1.44     lukem 			free(oac);
    405  1.44     lukem 			break;
    406  1.44     lukem 		}
    407  1.44     lukem 
    408  1.71     lukem 		case 'u':
    409  1.71     lukem 		{
    410  1.71     lukem 			isupload = 1;
    411  1.71     lukem 			interactive = 0;
    412  1.71     lukem 			upload_path = xstrdup(optarg);
    413  1.71     lukem 
    414  1.71     lukem 			break;
    415  1.71     lukem 		}
    416  1.71     lukem 
    417   1.3       cgd 		case 'v':
    418  1.37     lukem 			progress = verbose = 1;
    419  1.17     lukem 			break;
    420  1.17     lukem 
    421  1.17     lukem 		case 'V':
    422  1.37     lukem 			progress = verbose = 0;
    423   1.3       cgd 			break;
    424   1.1       cgd 
    425   1.3       cgd 		default:
    426  1.14     lukem 			usage();
    427   1.3       cgd 		}
    428   1.1       cgd 	}
    429  1.37     lukem 			/* set line buffering on ttyout */
    430  1.37     lukem 	setvbuf(ttyout, NULL, _IOLBF, 0);
    431   1.3       cgd 	argc -= optind;
    432   1.3       cgd 	argv += optind;
    433   1.3       cgd 
    434   1.1       cgd 	cpend = 0;	/* no pending replies */
    435   1.1       cgd 	proxy = 0;	/* proxy not active */
    436   1.1       cgd 	crflag = 1;	/* strip c.r. on ascii gets */
    437   1.1       cgd 	sendport = -1;	/* not using ports */
    438  1.74     lukem 
    439   1.1       cgd 	/*
    440  1.74     lukem 	 * Cache the user name and home directory.
    441   1.1       cgd 	 */
    442  1.74     lukem 	localhome = NULL;
    443  1.74     lukem 	localname = NULL;
    444  1.74     lukem 	anonuser = "anonymous";
    445  1.74     lukem 	cp = getenv("HOME");
    446  1.74     lukem 	if (! EMPTYSTRING(cp))
    447  1.74     lukem 		localhome = xstrdup(cp);
    448  1.74     lukem 	pw = NULL;
    449   1.1       cgd 	cp = getlogin();
    450  1.65     lukem 	if (cp != NULL)
    451   1.1       cgd 		pw = getpwnam(cp);
    452   1.1       cgd 	if (pw == NULL)
    453   1.1       cgd 		pw = getpwuid(getuid());
    454  1.65     lukem 	if (pw != NULL) {
    455  1.74     lukem 		if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))
    456  1.74     lukem 			localhome = xstrdup(pw->pw_dir);
    457  1.74     lukem 		localname = xstrdup(pw->pw_name);
    458  1.74     lukem 		anonuser = localname;
    459  1.74     lukem 	}
    460  1.74     lukem 	if (netrc[0] == '\0' && localhome != NULL) {
    461  1.74     lukem 		if (strlcpy(netrc, localhome, sizeof(netrc)) >= sizeof(netrc) ||
    462  1.91     lukem 		    strlcat(netrc, "/.netrc", sizeof(netrc)) >= sizeof(netrc)) {
    463  1.74     lukem 			warnx("%s/.netrc: %s", localhome,
    464  1.74     lukem 			    strerror(ENAMETOOLONG));
    465  1.74     lukem 			netrc[0] = '\0';
    466  1.74     lukem 		}
    467  1.65     lukem 	}
    468  1.74     lukem 	if (localhome == NULL)
    469  1.74     lukem 		localhome = xstrdup("/");
    470  1.65     lukem 
    471  1.65     lukem 	/*
    472  1.65     lukem 	 * Every anonymous FTP server I've encountered will accept the
    473  1.65     lukem 	 * string "username@", and will append the hostname itself. We
    474  1.65     lukem 	 * do this by default since many servers are picky about not
    475  1.65     lukem 	 * having a FQDN in the anonymous password.
    476  1.85      salo 	 * - thorpej (at) NetBSD.org
    477  1.65     lukem 	 */
    478  1.65     lukem 	len = strlen(anonuser) + 2;
    479  1.65     lukem 	anonpass = xmalloc(len);
    480  1.65     lukem 	(void)strlcpy(anonpass, anonuser, len);
    481  1.65     lukem 	(void)strlcat(anonpass, "@",	  len);
    482  1.65     lukem 
    483  1.67     lukem 			/*
    484  1.67     lukem 			 * set all the defaults for options defined in
    485  1.67     lukem 			 * struct option optiontab[]  declared in cmdtab.c
    486  1.67     lukem 			 */
    487  1.65     lukem 	setupoption("anonpass",		getenv("FTPANONPASS"),	anonpass);
    488  1.66     lukem 	setupoption("ftp_proxy",	getenv(FTP_PROXY),	"");
    489  1.66     lukem 	setupoption("http_proxy",	getenv(HTTP_PROXY),	"");
    490  1.66     lukem 	setupoption("no_proxy",		getenv(NO_PROXY),	"");
    491  1.66     lukem 	setupoption("pager",		getenv("PAGER"),	DEFAULTPAGER);
    492  1.67     lukem 	setupoption("prompt",		getenv("FTPPROMPT"),	DEFAULTPROMPT);
    493  1.67     lukem 	setupoption("rprompt",		getenv("FTPRPROMPT"),	DEFAULTRPROMPT);
    494  1.66     lukem 
    495  1.66     lukem 	free(anonpass);
    496  1.12     lukem 
    497  1.17     lukem 	setttywidth(0);
    498  1.60     lukem #ifdef SIGINFO
    499  1.60     lukem 	(void)xsignal(SIGINFO, psummary);
    500  1.60     lukem #endif
    501  1.60     lukem 	(void)xsignal(SIGQUIT, psummary);
    502  1.44     lukem 	(void)xsignal(SIGUSR1, crankrate);
    503  1.44     lukem 	(void)xsignal(SIGUSR2, crankrate);
    504  1.60     lukem 	(void)xsignal(SIGWINCH, setttywidth);
    505  1.23     lukem 
    506  1.31     lukem #ifdef __GNUC__			/* to shut up gcc warnings */
    507  1.23     lukem 	(void)&argc;
    508  1.23     lukem 	(void)&argv;
    509  1.23     lukem #endif
    510  1.17     lukem 
    511   1.1       cgd 	if (argc > 0) {
    512  1.71     lukem 		if (isupload) {
    513  1.71     lukem 			rval = auto_put(argc, argv, upload_path);
    514  1.90     lukem  sigint_or_rval_exit:
    515  1.90     lukem 			if (sigint_raised) {
    516  1.90     lukem 				(void)xsignal(SIGINT, SIG_DFL);
    517  1.90     lukem 				raise(SIGINT);
    518  1.90     lukem 			}
    519  1.71     lukem 			exit(rval);
    520  1.71     lukem 		} else if (strchr(argv[0], ':') != NULL
    521  1.71     lukem 			    && ! isipv6addr(argv[0])) {
    522  1.39     lukem 			rval = auto_fetch(argc, argv);
    523  1.16     lukem 			if (rval >= 0)		/* -1 == connected and cd-ed */
    524  1.90     lukem 				goto sigint_or_rval_exit;
    525  1.16     lukem 		} else {
    526  1.68     lukem 			char *xargv[4], *user, *host;
    527   1.3       cgd 
    528  1.90     lukem 			if ((rval = sigsetjmp(toplevel, 1)))
    529  1.90     lukem 				goto sigint_or_rval_exit;
    530  1.61     lukem 			(void)xsignal(SIGINT, intr);
    531  1.65     lukem 			(void)xsignal(SIGPIPE, lostpeer);
    532  1.68     lukem 			user = NULL;
    533  1.68     lukem 			host = argv[0];
    534  1.68     lukem 			cp = strchr(host, '@');
    535  1.68     lukem 			if (cp) {
    536  1.68     lukem 				*cp = '\0';
    537  1.68     lukem 				user = host;
    538  1.68     lukem 				host = cp + 1;
    539  1.68     lukem 			}
    540  1.77       cgd 			/* XXX discards const */
    541  1.77       cgd 			xargv[0] = (char *)getprogname();
    542  1.68     lukem 			xargv[1] = host;
    543  1.16     lukem 			xargv[2] = argv[1];
    544  1.68     lukem 			xargv[3] = NULL;
    545  1.31     lukem 			do {
    546  1.68     lukem 				int oautologin;
    547  1.68     lukem 
    548  1.68     lukem 				oautologin = autologin;
    549  1.68     lukem 				if (user != NULL) {
    550  1.68     lukem 					anonftp = 0;
    551  1.68     lukem 					autologin = 0;
    552  1.68     lukem 				}
    553  1.31     lukem 				setpeer(argc+1, xargv);
    554  1.68     lukem 				autologin = oautologin;
    555  1.68     lukem 				if (connected == 1 && user != NULL)
    556  1.68     lukem 					(void)ftp_login(host, user, NULL);
    557  1.31     lukem 				if (!retry_connect)
    558  1.31     lukem 					break;
    559  1.31     lukem 				if (!connected) {
    560  1.31     lukem 					macnum = 0;
    561  1.31     lukem 					fprintf(ttyout,
    562  1.31     lukem 					    "Retrying in %d seconds...\n",
    563  1.31     lukem 					    retry_connect);
    564  1.31     lukem 					sleep(retry_connect);
    565  1.31     lukem 				}
    566  1.31     lukem 			} while (!connected);
    567  1.31     lukem 			retry_connect = 0; /* connected, stop hiding msgs */
    568  1.16     lukem 		}
    569   1.1       cgd 	}
    570  1.71     lukem 	if (isupload)
    571  1.71     lukem 		usage();
    572  1.71     lukem 
    573  1.43       cgd #ifndef NO_EDITCOMPLETE
    574  1.21     lukem 	controlediting();
    575  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    576  1.64     lukem 
    577  1.64     lukem 	(void)sigsetjmp(toplevel, 1);
    578  1.64     lukem 	(void)xsignal(SIGINT, intr);
    579  1.65     lukem 	(void)xsignal(SIGPIPE, lostpeer);
    580  1.64     lukem 	for (;;)
    581  1.64     lukem 		cmdscanner();
    582   1.1       cgd }
    583   1.1       cgd 
    584   1.3       cgd /*
    585  1.16     lukem  * Generate a prompt
    586  1.16     lukem  */
    587   1.3       cgd char *
    588  1.70     lukem prompt(void)
    589   1.1       cgd {
    590  1.66     lukem 	static char	**prompt;
    591  1.66     lukem 	static char	  buf[MAXPATHLEN];
    592  1.66     lukem 
    593  1.66     lukem 	if (prompt == NULL) {
    594  1.66     lukem 		struct option *o;
    595  1.66     lukem 
    596  1.66     lukem 		o = getoption("prompt");
    597  1.66     lukem 		if (o == NULL)
    598  1.66     lukem 			errx(1, "no such option `prompt'");
    599  1.66     lukem 		prompt = &(o->value);
    600  1.66     lukem 	}
    601  1.67     lukem 	formatbuf(buf, sizeof(buf), *prompt ? *prompt : DEFAULTPROMPT);
    602  1.67     lukem 	return (buf);
    603  1.67     lukem }
    604  1.67     lukem 
    605  1.67     lukem /*
    606  1.67     lukem  * Generate an rprompt
    607  1.67     lukem  */
    608  1.67     lukem char *
    609  1.70     lukem rprompt(void)
    610  1.67     lukem {
    611  1.67     lukem 	static char	**rprompt;
    612  1.67     lukem 	static char	  buf[MAXPATHLEN];
    613  1.67     lukem 
    614  1.67     lukem 	if (rprompt == NULL) {
    615  1.67     lukem 		struct option *o;
    616  1.66     lukem 
    617  1.67     lukem 		o = getoption("rprompt");
    618  1.67     lukem 		if (o == NULL)
    619  1.67     lukem 			errx(1, "no such option `rprompt'");
    620  1.67     lukem 		rprompt = &(o->value);
    621  1.66     lukem 	}
    622  1.67     lukem 	formatbuf(buf, sizeof(buf), *rprompt ? *rprompt : DEFAULTRPROMPT);
    623  1.66     lukem 	return (buf);
    624   1.1       cgd }
    625   1.3       cgd 
    626   1.1       cgd /*
    627   1.1       cgd  * Command parser.
    628   1.1       cgd  */
    629   1.3       cgd void
    630  1.70     lukem cmdscanner(void)
    631   1.1       cgd {
    632  1.67     lukem 	struct cmd	*c;
    633  1.67     lukem 	char		*p;
    634  1.95     lukem 	int		 ch;
    635  1.95     lukem 	size_t		 num;
    636   1.1       cgd 
    637   1.1       cgd 	for (;;) {
    638  1.43       cgd #ifndef NO_EDITCOMPLETE
    639  1.16     lukem 		if (!editing) {
    640  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    641  1.16     lukem 			if (fromatty) {
    642  1.31     lukem 				fputs(prompt(), ttyout);
    643  1.67     lukem 				p = rprompt();
    644  1.67     lukem 				if (*p)
    645  1.67     lukem 					fprintf(ttyout, "%s ", p);
    646  1.31     lukem 				(void)fflush(ttyout);
    647  1.16     lukem 			}
    648  1.97     lukem 			num = getline(stdin, line, sizeof(line), NULL);
    649  1.97     lukem 			switch (num) {
    650  1.97     lukem 			case -1:	/* EOF */
    651  1.97     lukem 			case -2:	/* error */
    652  1.63     lukem 				if (fromatty)
    653  1.63     lukem 					putc('\n', ttyout);
    654  1.73     lukem 				quit(0, NULL);
    655  1.97     lukem 				/* NOTREACHED */
    656  1.97     lukem 			case -3:	/* too long; try again */
    657  1.92     lukem 				fputs("Sorry, input line is too long.\n",
    658  1.92     lukem 				    ttyout);
    659  1.97     lukem 				continue;
    660  1.97     lukem 			case 0:		/* empty; try again */
    661  1.97     lukem 				continue;
    662  1.97     lukem 			default:	/* all ok */
    663  1.16     lukem 				break;
    664  1.97     lukem 			}
    665  1.43       cgd #ifndef NO_EDITCOMPLETE
    666  1.17     lukem 		} else {
    667  1.16     lukem 			const char *buf;
    668  1.26  christos 			HistEvent ev;
    669  1.16     lukem 			cursor_pos = NULL;
    670  1.16     lukem 
    671  1.96       jdc 			buf = el_gets(el, &ch);
    672  1.96       jdc 			num = ch;
    673  1.92     lukem 			if (buf == NULL || num == 0) {
    674  1.63     lukem 				if (fromatty)
    675  1.63     lukem 					putc('\n', ttyout);
    676  1.73     lukem 				quit(0, NULL);
    677  1.63     lukem 			}
    678  1.92     lukem 			if (num >= sizeof(line)) {
    679  1.92     lukem 				fputs("Sorry, input line is too long.\n",
    680  1.92     lukem 				    ttyout);
    681  1.92     lukem 				break;
    682  1.92     lukem 			}
    683  1.92     lukem 			memcpy(line, buf, num);
    684  1.92     lukem 			if (line[--num] == '\n') {
    685  1.92     lukem 				line[num] = '\0';
    686  1.16     lukem 				if (num == 0)
    687  1.16     lukem 					break;
    688  1.16     lukem 			}
    689  1.26  christos 			history(hist, &ev, H_ENTER, buf);
    690  1.16     lukem 		}
    691  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    692  1.16     lukem 
    693   1.1       cgd 		makeargv();
    694  1.16     lukem 		if (margc == 0)
    695   1.1       cgd 			continue;
    696   1.1       cgd 		c = getcmd(margv[0]);
    697   1.1       cgd 		if (c == (struct cmd *)-1) {
    698  1.31     lukem 			fputs("?Ambiguous command.\n", ttyout);
    699   1.1       cgd 			continue;
    700   1.1       cgd 		}
    701  1.30     lukem 		if (c == NULL) {
    702  1.43       cgd #if !defined(NO_EDITCOMPLETE)
    703  1.30     lukem 			/*
    704  1.30     lukem 			 * attempt to el_parse() unknown commands.
    705  1.30     lukem 			 * any command containing a ':' would be parsed
    706  1.30     lukem 			 * as "[prog:]cmd ...", and will result in a
    707  1.30     lukem 			 * false positive if prog != "ftp", so treat
    708  1.30     lukem 			 * such commands as invalid.
    709  1.30     lukem 			 */
    710  1.38     lukem 			if (strchr(margv[0], ':') != NULL ||
    711  1.80   thorpej 			    el_parse(el, margc, (const char **)margv) != 0)
    712  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    713  1.31     lukem 				fputs("?Invalid command.\n", ttyout);
    714   1.1       cgd 			continue;
    715   1.1       cgd 		}
    716   1.1       cgd 		if (c->c_conn && !connected) {
    717  1.31     lukem 			fputs("Not connected.\n", ttyout);
    718   1.1       cgd 			continue;
    719   1.1       cgd 		}
    720  1.13     lukem 		confirmrest = 0;
    721  1.75     lukem 		margv[0] = c->c_name;
    722   1.1       cgd 		(*c->c_handler)(margc, margv);
    723   1.1       cgd 		if (bell && c->c_bell)
    724  1.31     lukem 			(void)putc('\007', ttyout);
    725   1.1       cgd 		if (c->c_handler != help)
    726   1.1       cgd 			break;
    727   1.1       cgd 	}
    728  1.61     lukem 	(void)xsignal(SIGINT, intr);
    729  1.65     lukem 	(void)xsignal(SIGPIPE, lostpeer);
    730   1.1       cgd }
    731   1.1       cgd 
    732   1.1       cgd struct cmd *
    733  1.70     lukem getcmd(const char *name)
    734   1.1       cgd {
    735  1.13     lukem 	const char *p, *q;
    736   1.3       cgd 	struct cmd *c, *found;
    737   1.3       cgd 	int nmatches, longest;
    738  1.11        pk 
    739  1.11        pk 	if (name == NULL)
    740  1.11        pk 		return (0);
    741   1.1       cgd 
    742   1.1       cgd 	longest = 0;
    743   1.1       cgd 	nmatches = 0;
    744   1.1       cgd 	found = 0;
    745  1.12     lukem 	for (c = cmdtab; (p = c->c_name) != NULL; c++) {
    746   1.1       cgd 		for (q = name; *q == *p++; q++)
    747   1.1       cgd 			if (*q == 0)		/* exact match? */
    748   1.1       cgd 				return (c);
    749   1.1       cgd 		if (!*q) {			/* the name was a prefix */
    750   1.1       cgd 			if (q - name > longest) {
    751   1.1       cgd 				longest = q - name;
    752   1.1       cgd 				nmatches = 1;
    753   1.1       cgd 				found = c;
    754   1.1       cgd 			} else if (q - name == longest)
    755   1.1       cgd 				nmatches++;
    756   1.1       cgd 		}
    757   1.1       cgd 	}
    758   1.1       cgd 	if (nmatches > 1)
    759   1.1       cgd 		return ((struct cmd *)-1);
    760   1.1       cgd 	return (found);
    761   1.1       cgd }
    762   1.1       cgd 
    763   1.1       cgd /*
    764   1.1       cgd  * Slice a string up into argc/argv.
    765   1.1       cgd  */
    766   1.1       cgd 
    767   1.1       cgd int slrflag;
    768   1.1       cgd 
    769   1.3       cgd void
    770  1.70     lukem makeargv(void)
    771   1.1       cgd {
    772  1.16     lukem 	char *argp;
    773   1.1       cgd 
    774   1.1       cgd 	stringbase = line;		/* scan from first of buffer */
    775   1.1       cgd 	argbase = argbuf;		/* store from first of buffer */
    776   1.1       cgd 	slrflag = 0;
    777  1.16     lukem 	marg_sl->sl_cur = 0;		/* reset to start of marg_sl */
    778  1.10        pk 	for (margc = 0; ; margc++) {
    779  1.16     lukem 		argp = slurpstring();
    780  1.69     lukem 		xsl_add(marg_sl, argp);
    781  1.16     lukem 		if (argp == NULL)
    782  1.10        pk 			break;
    783  1.10        pk 	}
    784  1.43       cgd #ifndef NO_EDITCOMPLETE
    785  1.16     lukem 	if (cursor_pos == line) {
    786  1.16     lukem 		cursor_argc = 0;
    787  1.16     lukem 		cursor_argo = 0;
    788  1.16     lukem 	} else if (cursor_pos != NULL) {
    789  1.16     lukem 		cursor_argc = margc;
    790  1.16     lukem 		cursor_argo = strlen(margv[margc-1]);
    791  1.16     lukem 	}
    792  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    793  1.16     lukem }
    794  1.10        pk 
    795  1.43       cgd #ifdef NO_EDITCOMPLETE
    796  1.65     lukem #define	INC_CHKCURSOR(x)	(x)++
    797  1.43       cgd #else  /* !NO_EDITCOMPLETE */
    798  1.65     lukem #define	INC_CHKCURSOR(x)	{ (x)++ ; \
    799  1.16     lukem 				if (x == cursor_pos) { \
    800  1.16     lukem 					cursor_argc = margc; \
    801  1.16     lukem 					cursor_argo = ap-argbase; \
    802  1.16     lukem 					cursor_pos = NULL; \
    803  1.16     lukem 				} }
    804  1.38     lukem 
    805  1.43       cgd #endif /* !NO_EDITCOMPLETE */
    806   1.1       cgd 
    807   1.1       cgd /*
    808   1.1       cgd  * Parse string into argbuf;
    809   1.1       cgd  * implemented with FSM to
    810   1.1       cgd  * handle quoting and strings
    811   1.1       cgd  */
    812   1.1       cgd char *
    813  1.70     lukem slurpstring(void)
    814   1.1       cgd {
    815   1.1       cgd 	int got_one = 0;
    816   1.3       cgd 	char *sb = stringbase;
    817   1.3       cgd 	char *ap = argbase;
    818   1.1       cgd 	char *tmp = argbase;		/* will return this if token found */
    819   1.1       cgd 
    820   1.1       cgd 	if (*sb == '!' || *sb == '$') {	/* recognize ! as a token for shell */
    821   1.1       cgd 		switch (slrflag) {	/* and $ as token for macro invoke */
    822   1.1       cgd 			case 0:
    823   1.1       cgd 				slrflag++;
    824  1.16     lukem 				INC_CHKCURSOR(stringbase);
    825   1.1       cgd 				return ((*sb == '!') ? "!" : "$");
    826   1.1       cgd 				/* NOTREACHED */
    827   1.1       cgd 			case 1:
    828   1.1       cgd 				slrflag++;
    829   1.1       cgd 				altarg = stringbase;
    830   1.1       cgd 				break;
    831   1.1       cgd 			default:
    832   1.1       cgd 				break;
    833   1.1       cgd 		}
    834   1.1       cgd 	}
    835   1.1       cgd 
    836   1.1       cgd S0:
    837   1.1       cgd 	switch (*sb) {
    838   1.1       cgd 
    839   1.1       cgd 	case '\0':
    840   1.1       cgd 		goto OUT;
    841   1.1       cgd 
    842   1.1       cgd 	case ' ':
    843   1.1       cgd 	case '\t':
    844  1.16     lukem 		INC_CHKCURSOR(sb);
    845  1.16     lukem 		goto S0;
    846   1.1       cgd 
    847   1.1       cgd 	default:
    848   1.1       cgd 		switch (slrflag) {
    849   1.1       cgd 			case 0:
    850   1.1       cgd 				slrflag++;
    851   1.1       cgd 				break;
    852   1.1       cgd 			case 1:
    853   1.1       cgd 				slrflag++;
    854   1.1       cgd 				altarg = sb;
    855   1.1       cgd 				break;
    856   1.1       cgd 			default:
    857   1.1       cgd 				break;
    858   1.1       cgd 		}
    859   1.1       cgd 		goto S1;
    860   1.1       cgd 	}
    861   1.1       cgd 
    862   1.1       cgd S1:
    863   1.1       cgd 	switch (*sb) {
    864   1.1       cgd 
    865   1.1       cgd 	case ' ':
    866   1.1       cgd 	case '\t':
    867   1.1       cgd 	case '\0':
    868   1.1       cgd 		goto OUT;	/* end of token */
    869   1.1       cgd 
    870   1.1       cgd 	case '\\':
    871  1.16     lukem 		INC_CHKCURSOR(sb);
    872  1.16     lukem 		goto S2;	/* slurp next character */
    873   1.1       cgd 
    874   1.1       cgd 	case '"':
    875  1.16     lukem 		INC_CHKCURSOR(sb);
    876  1.16     lukem 		goto S3;	/* slurp quoted string */
    877   1.1       cgd 
    878   1.1       cgd 	default:
    879  1.16     lukem 		*ap = *sb;	/* add character to token */
    880  1.16     lukem 		ap++;
    881  1.16     lukem 		INC_CHKCURSOR(sb);
    882   1.1       cgd 		got_one = 1;
    883   1.1       cgd 		goto S1;
    884   1.1       cgd 	}
    885   1.1       cgd 
    886   1.1       cgd S2:
    887   1.1       cgd 	switch (*sb) {
    888   1.1       cgd 
    889   1.1       cgd 	case '\0':
    890   1.1       cgd 		goto OUT;
    891   1.1       cgd 
    892   1.1       cgd 	default:
    893  1.16     lukem 		*ap = *sb;
    894  1.16     lukem 		ap++;
    895  1.16     lukem 		INC_CHKCURSOR(sb);
    896   1.1       cgd 		got_one = 1;
    897   1.1       cgd 		goto S1;
    898   1.1       cgd 	}
    899   1.1       cgd 
    900   1.1       cgd S3:
    901   1.1       cgd 	switch (*sb) {
    902   1.1       cgd 
    903   1.1       cgd 	case '\0':
    904   1.1       cgd 		goto OUT;
    905   1.1       cgd 
    906   1.1       cgd 	case '"':
    907  1.16     lukem 		INC_CHKCURSOR(sb);
    908  1.16     lukem 		goto S1;
    909   1.1       cgd 
    910   1.1       cgd 	default:
    911  1.16     lukem 		*ap = *sb;
    912  1.16     lukem 		ap++;
    913  1.16     lukem 		INC_CHKCURSOR(sb);
    914   1.1       cgd 		got_one = 1;
    915   1.1       cgd 		goto S3;
    916   1.1       cgd 	}
    917   1.1       cgd 
    918   1.1       cgd OUT:
    919   1.1       cgd 	if (got_one)
    920   1.1       cgd 		*ap++ = '\0';
    921   1.1       cgd 	argbase = ap;			/* update storage pointer */
    922   1.1       cgd 	stringbase = sb;		/* update scan pointer */
    923   1.1       cgd 	if (got_one) {
    924   1.3       cgd 		return (tmp);
    925   1.1       cgd 	}
    926   1.1       cgd 	switch (slrflag) {
    927   1.1       cgd 		case 0:
    928   1.1       cgd 			slrflag++;
    929   1.1       cgd 			break;
    930   1.1       cgd 		case 1:
    931   1.1       cgd 			slrflag++;
    932  1.28     lukem 			altarg = NULL;
    933   1.1       cgd 			break;
    934   1.1       cgd 		default:
    935   1.1       cgd 			break;
    936   1.1       cgd 	}
    937  1.28     lukem 	return (NULL);
    938   1.1       cgd }
    939   1.1       cgd 
    940   1.1       cgd /*
    941  1.65     lukem  * Help/usage command.
    942   1.1       cgd  * Call each command handler with argc == 0 and argv[0] == name.
    943   1.1       cgd  */
    944   1.3       cgd void
    945  1.70     lukem help(int argc, char *argv[])
    946   1.1       cgd {
    947   1.3       cgd 	struct cmd *c;
    948  1.67     lukem 	char *nargv[1], *p, *cmd;
    949  1.65     lukem 	int isusage;
    950   1.1       cgd 
    951  1.67     lukem 	cmd = argv[0];
    952  1.67     lukem 	isusage = (strcmp(cmd, "usage") == 0);
    953  1.65     lukem 	if (argc == 0 || (isusage && argc == 1)) {
    954  1.67     lukem 		fprintf(ttyout, "usage: %s [command [...]]\n", cmd);
    955  1.65     lukem 		return;
    956  1.65     lukem 	}
    957   1.1       cgd 	if (argc == 1) {
    958  1.16     lukem 		StringList *buf;
    959   1.1       cgd 
    960  1.69     lukem 		buf = xsl_init();
    961  1.31     lukem 		fprintf(ttyout,
    962  1.31     lukem 		    "%sommands may be abbreviated.  Commands are:\n\n",
    963  1.16     lukem 		    proxy ? "Proxy c" : "C");
    964  1.65     lukem 		for (c = cmdtab; (p = c->c_name) != NULL; c++)
    965  1.65     lukem 			if (!proxy || c->c_proxy)
    966  1.69     lukem 				xsl_add(buf, p);
    967  1.16     lukem 		list_vertical(buf);
    968  1.16     lukem 		sl_free(buf, 0);
    969   1.1       cgd 		return;
    970   1.1       cgd 	}
    971  1.16     lukem 
    972  1.65     lukem #define	HELPINDENT ((int) sizeof("disconnect"))
    973  1.16     lukem 
    974   1.1       cgd 	while (--argc > 0) {
    975   1.3       cgd 		char *arg;
    976  1.16     lukem 
    977   1.1       cgd 		arg = *++argv;
    978   1.1       cgd 		c = getcmd(arg);
    979   1.1       cgd 		if (c == (struct cmd *)-1)
    980  1.65     lukem 			fprintf(ttyout, "?Ambiguous %s command `%s'\n",
    981  1.67     lukem 			    cmd, arg);
    982  1.28     lukem 		else if (c == NULL)
    983  1.65     lukem 			fprintf(ttyout, "?Invalid %s command `%s'\n",
    984  1.67     lukem 			    cmd, arg);
    985  1.65     lukem 		else {
    986  1.65     lukem 			if (isusage) {
    987  1.75     lukem 				nargv[0] = c->c_name;
    988  1.65     lukem 				(*c->c_handler)(0, nargv);
    989  1.65     lukem 			} else
    990  1.65     lukem 				fprintf(ttyout, "%-*s\t%s\n", HELPINDENT,
    991  1.65     lukem 				    c->c_name, c->c_help);
    992  1.65     lukem 		}
    993   1.1       cgd 	}
    994  1.65     lukem }
    995  1.65     lukem 
    996  1.65     lukem struct option *
    997  1.70     lukem getoption(const char *name)
    998  1.65     lukem {
    999  1.65     lukem 	const char *p;
   1000  1.65     lukem 	struct option *c;
   1001  1.65     lukem 
   1002  1.65     lukem 	if (name == NULL)
   1003  1.65     lukem 		return (NULL);
   1004  1.65     lukem 	for (c = optiontab; (p = c->name) != NULL; c++) {
   1005  1.65     lukem 		if (strcasecmp(p, name) == 0)
   1006  1.65     lukem 			return (c);
   1007  1.65     lukem 	}
   1008  1.65     lukem 	return (NULL);
   1009  1.65     lukem }
   1010  1.65     lukem 
   1011  1.65     lukem char *
   1012  1.70     lukem getoptionvalue(const char *name)
   1013  1.65     lukem {
   1014  1.65     lukem 	struct option *c;
   1015  1.65     lukem 
   1016  1.65     lukem 	if (name == NULL)
   1017  1.65     lukem 		errx(1, "getoptionvalue() invoked with NULL name");
   1018  1.66     lukem 	c = getoption(name);
   1019  1.66     lukem 	if (c != NULL)
   1020  1.66     lukem 		return (c->value);
   1021  1.65     lukem 	errx(1, "getoptionvalue() invoked with unknown option `%s'", name);
   1022  1.72     lukem 	/* NOTREACHED */
   1023  1.65     lukem }
   1024  1.65     lukem 
   1025  1.65     lukem static void
   1026  1.70     lukem setupoption(char *name, char *value, char *defaultvalue)
   1027  1.65     lukem {
   1028  1.65     lukem 	char *nargv[3];
   1029  1.65     lukem 	int overbose;
   1030  1.65     lukem 
   1031  1.65     lukem 	nargv[0] = "setupoption()";
   1032  1.65     lukem 	nargv[1] = name;
   1033  1.65     lukem 	nargv[2] = (value ? value : defaultvalue);
   1034  1.65     lukem 	overbose = verbose;
   1035  1.65     lukem 	verbose = 0;
   1036  1.65     lukem 	setoption(3, nargv);
   1037  1.65     lukem 	verbose = overbose;
   1038  1.12     lukem }
   1039  1.12     lukem 
   1040  1.14     lukem void
   1041  1.70     lukem usage(void)
   1042  1.14     lukem {
   1043  1.77       cgd 	const char *progname = getprogname();
   1044  1.77       cgd 
   1045  1.14     lukem 	(void)fprintf(stderr,
   1046  1.88       wiz "usage: %s [-46AadefginpRtvV] [-N netrc] [-o outfile] [-P port] [-q quittime]\n"
   1047  1.88       wiz "           [-r retry] [-T dir,max[,inc][[user@]host [port]]] [host:path[/]]\n"
   1048  1.71     lukem "           [file:///file] [ftp://[user[:pass]@]host[:port]/path[/]]\n"
   1049  1.71     lukem "           [http://[user[:pass]@]host[:port]/path] [...]\n"
   1050  1.84       wiz "       %s -u URL file [...]\n", progname, progname);
   1051  1.14     lukem 	exit(1);
   1052   1.1       cgd }
   1053