2000-11-15 03:10:59 +03:00
|
|
|
/* $NetBSD: main.c,v 1.74 2000/11/15 00:11:03 lukem Exp $ */
|
1999-10-05 05:16:11 +04:00
|
|
|
|
|
|
|
/*-
|
2000-05-01 14:35:16 +04:00
|
|
|
* Copyright (c) 1996-2000 The NetBSD Foundation, Inc.
|
1999-10-05 05:16:11 +04:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
* by Luke Mewburn.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the NetBSD
|
|
|
|
* Foundation, Inc. and its contributors.
|
|
|
|
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
1999-07-02 12:07:40 +04:00
|
|
|
|
|
|
|
/*
|
1999-10-01 03:51:26 +04:00
|
|
|
* Copyright (c) 1985, 1989, 1993, 1994
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
|
|
|
*
|
1999-07-02 12:07:40 +04:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
1999-10-01 03:51:26 +04:00
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
1999-07-02 12:07:40 +04:00
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
1999-10-01 03:51:26 +04:00
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
1999-07-02 12:07:40 +04:00
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
1999-10-01 03:51:26 +04:00
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
1999-07-02 12:07:40 +04:00
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*/
|
1996-11-25 08:13:18 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1999-10-01 03:51:26 +04:00
|
|
|
* Copyright (C) 1997 and 1998 WIDE Project.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
1993-03-21 12:45:37 +03:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
1999-10-01 03:51:26 +04:00
|
|
|
* 3. Neither the name of the project nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
1999-10-01 03:51:26 +04:00
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
1993-03-21 12:45:37 +03:00
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
1999-10-01 03:51:26 +04:00
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
1993-03-21 12:45:37 +03:00
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
1997-07-20 13:45:35 +04:00
|
|
|
#include <sys/cdefs.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifndef lint
|
1997-07-20 13:45:35 +04:00
|
|
|
__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\
|
|
|
|
The Regents of the University of California. All rights reserved.\n");
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif /* not lint */
|
|
|
|
|
|
|
|
#ifndef lint
|
1995-09-08 05:05:59 +04:00
|
|
|
#if 0
|
|
|
|
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94";
|
|
|
|
#else
|
2000-11-15 03:10:59 +03:00
|
|
|
__RCSID("$NetBSD: main.c,v 1.74 2000/11/15 00:11:03 lukem Exp $");
|
1995-09-08 05:05:59 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif /* not lint */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* FTP User Program -- Command Interface.
|
|
|
|
*/
|
|
|
|
#include <sys/types.h>
|
1994-08-25 07:47:50 +04:00
|
|
|
#include <sys/socket.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
#include <err.h>
|
1999-10-09 07:00:55 +04:00
|
|
|
#include <errno.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
#include <netdb.h>
|
1999-10-01 10:18:32 +04:00
|
|
|
#include <paths.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
#include <pwd.h>
|
1994-08-25 07:47:50 +04:00
|
|
|
#include <stdio.h>
|
1997-06-10 11:04:43 +04:00
|
|
|
#include <stdlib.h>
|
1995-09-14 05:39:52 +04:00
|
|
|
#include <string.h>
|
1994-08-25 07:47:50 +04:00
|
|
|
#include <unistd.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-10-01 10:55:44 +04:00
|
|
|
#define GLOBAL /* force GLOBAL decls in ftp_var.h to be declared */
|
1994-08-25 07:47:50 +04:00
|
|
|
#include "ftp_var.h"
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-10-24 16:31:36 +04:00
|
|
|
#define FTP_PROXY "ftp_proxy" /* env var with FTP proxy location */
|
|
|
|
#define HTTP_PROXY "http_proxy" /* env var with HTTP proxy location */
|
|
|
|
#define NO_PROXY "no_proxy" /* env var with list of non-proxied
|
1998-12-27 08:49:53 +03:00
|
|
|
* hosts, comma or space separated */
|
|
|
|
|
2000-05-01 14:35:16 +04:00
|
|
|
static void setupoption(char *, char *, char *);
|
|
|
|
int main(int, char *[]);
|
1997-07-20 13:45:35 +04:00
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
int
|
2000-05-01 14:35:16 +04:00
|
|
|
main(int argc, char *argv[])
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1999-10-13 06:47:54 +04:00
|
|
|
int ch, rval;
|
2000-11-15 03:10:59 +03:00
|
|
|
struct passwd *pw;
|
2000-05-31 18:23:57 +04:00
|
|
|
char *cp, *ep, *anonuser, *anonpass, *upload_path;
|
|
|
|
int dumbterm, s, len, isupload;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-07-02 12:07:40 +04:00
|
|
|
ftpport = "ftp";
|
|
|
|
httpport = "http";
|
|
|
|
gateport = NULL;
|
1997-08-18 14:20:13 +04:00
|
|
|
cp = getenv("FTPSERVERPORT");
|
1999-07-02 12:07:40 +04:00
|
|
|
if (cp != NULL)
|
|
|
|
gateport = cp;
|
|
|
|
else
|
|
|
|
gateport = "ftpgate";
|
1993-03-21 12:45:37 +03:00
|
|
|
doglob = 1;
|
|
|
|
interactive = 1;
|
|
|
|
autologin = 1;
|
1998-06-04 12:28:35 +04:00
|
|
|
passivemode = 1;
|
|
|
|
activefallback = 1;
|
1996-11-28 06:12:28 +03:00
|
|
|
preserve = 1;
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
verbose = 0;
|
|
|
|
progress = 0;
|
1997-08-18 14:20:13 +04:00
|
|
|
gatemode = 0;
|
1999-10-01 10:55:44 +04:00
|
|
|
data = -1;
|
1999-03-22 10:36:40 +03:00
|
|
|
outfile = NULL;
|
|
|
|
restartautofetch = 0;
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1997-03-13 09:23:11 +03:00
|
|
|
editing = 0;
|
1997-04-05 07:27:32 +04:00
|
|
|
el = NULL;
|
|
|
|
hist = NULL;
|
1997-03-13 09:23:11 +03:00
|
|
|
#endif
|
1999-10-05 17:05:39 +04:00
|
|
|
bytes = 0;
|
1996-11-25 08:13:18 +03:00
|
|
|
mark = HASHBYTES;
|
[fear this; more ftp hacking from lukem :-]
features:
---------
* transfer rate throttling with the new `rate' command. syntax:
rate direction [max [incr]]
where direction is `all', `get' or `put'.
if max is not supplied, the current settings are displayed.
if max is supplied, then transfers in the given direction will
be throttled to this value.
if incr is supplied, the increment for the `on-the-fly' scaling
will be set to that, otherwise `1024' is used.
currently implemented for binary get, binary put, and url fetches.
not yet supported for ascii get or put, or local file copies.
* on-the-fly scaling of the throttle based on signals:
- SIGUSR1 raises the throttle rate by the increment for that direction
- SIGUSR2 lowers the throttle rate by the increment for that direction
* -T dir,max[,incr] option to set rate from the command line
* `k', `m', `g' suffix support for bytecounts in the `hash', `rate',
`rcvbuf' and `sndbuf' commands)
bug fixes and code mods:
------------------------
* fix up ftp_login() so that ruserpass() is always called, even for
command-line url fetches.
* implement strsuftoi(), which parses a given number into a int with
suffix support. replaces getsockbufsize()
* implement parserate(), which does the argv parsing for -T and rate
* save and restore errno in signal handlers (may not be necessary, but
it doesn't hurt)
notes:
------
the rate command has had reasonable testing, but I'd like feedback
if it doesn't do the right thing, especially from people on slower
(i.e, modem) links.
I haven't tested the rate throttle against a http server which does
`transfer-encoding: chunked' because I couldn't find a server to
test against.
1999-06-29 14:43:16 +04:00
|
|
|
rate_get = 0;
|
|
|
|
rate_get_incr = DEFAULTINCR;
|
|
|
|
rate_put = 0;
|
|
|
|
rate_put_incr = DEFAULTINCR;
|
1999-09-21 14:11:56 +04:00
|
|
|
#ifdef INET6
|
1999-07-12 00:37:39 +04:00
|
|
|
epsv4 = 1;
|
1999-09-21 14:11:56 +04:00
|
|
|
#else
|
|
|
|
epsv4 = 0;
|
|
|
|
#endif
|
1999-10-01 12:01:12 +04:00
|
|
|
epsv4bad = 0;
|
2000-05-31 18:23:57 +04:00
|
|
|
upload_path = NULL;
|
|
|
|
isupload = 0;
|
add support for FEAT and OPTS commands with `features' and `opts'.
(from RFC 2389).
add support for MLST & MLSD (machine parseble listings) with 'mlst', 'mlsd'
and 'pmlsd' (mlsd |$PAGER) commands. (from draft-ietf-ftpext-mlst-11)
rename remotesyst() to getremoteinfo(), and modify to parse the result from
FEAT (if supported), and take into account the support for the various
extensions such as MDTM, SIZE, REST (STREAM), MLSD, and FEAT/OPTS.
put each feature into one of the following categories:
- known to work (explicit FEAT)
- unknown but assume works until explicit failure, when it's
then tagged as `known not to work'.
- known not to work (FEAT succeeded but didn't return anything,
or was unknown and then explicit failure)
assign results into features[] matrix.
add support to getreply() so that an optional callback will be called
for each line received from the server except for the first and last.
this is used in FEAT (and MLST) parsing.
modify various commands to check if REST (STREAM), MDTM and SIZE are
explicitly or implicitly supported before using.
fix `syst' when verbose is off.
minor knf (indent goto labels by one space, etc).
simply various command usage handlers by assuming that argv != NULL except
for quit() and disconnect().
2000-07-18 11:16:52 +04:00
|
|
|
reply_callback = NULL;
|
[fear this; more ftp hacking from lukem :-]
features:
---------
* transfer rate throttling with the new `rate' command. syntax:
rate direction [max [incr]]
where direction is `all', `get' or `put'.
if max is not supplied, the current settings are displayed.
if max is supplied, then transfers in the given direction will
be throttled to this value.
if incr is supplied, the increment for the `on-the-fly' scaling
will be set to that, otherwise `1024' is used.
currently implemented for binary get, binary put, and url fetches.
not yet supported for ascii get or put, or local file copies.
* on-the-fly scaling of the throttle based on signals:
- SIGUSR1 raises the throttle rate by the increment for that direction
- SIGUSR2 lowers the throttle rate by the increment for that direction
* -T dir,max[,incr] option to set rate from the command line
* `k', `m', `g' suffix support for bytecounts in the `hash', `rate',
`rcvbuf' and `sndbuf' commands)
bug fixes and code mods:
------------------------
* fix up ftp_login() so that ruserpass() is always called, even for
command-line url fetches.
* implement strsuftoi(), which parses a given number into a int with
suffix support. replaces getsockbufsize()
* implement parserate(), which does the argv parsing for -T and rate
* save and restore errno in signal handlers (may not be necessary, but
it doesn't hurt)
notes:
------
the rate command has had reasonable testing, but I'd like feedback
if it doesn't do the right thing, especially from people on slower
(i.e, modem) links.
I haven't tested the rate throttle against a http server which does
`transfer-encoding: chunked' because I couldn't find a server to
test against.
1999-06-29 14:43:16 +04:00
|
|
|
|
2000-11-15 03:10:59 +03:00
|
|
|
netrc[0] = '\0';
|
|
|
|
cp = getenv("NETRC");
|
|
|
|
if (cp != NULL && strlcpy(netrc, cp, sizeof(netrc)) >= sizeof(netrc))
|
|
|
|
errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG));
|
|
|
|
|
1999-09-22 11:18:31 +04:00
|
|
|
/*
|
|
|
|
* Get the default socket buffer sizes if we don't already have them.
|
|
|
|
* It doesn't matter which socket we do this to, because on the first
|
|
|
|
* call no socket buffer sizes will have been modified, so we are
|
|
|
|
* guaranteed to get the system defaults.
|
|
|
|
*/
|
|
|
|
s = socket(AF_INET, SOCK_STREAM, 0);
|
|
|
|
if (s == -1)
|
|
|
|
err(1, "can't create socket");
|
|
|
|
len = sizeof(rcvbuf_size);
|
|
|
|
if (getsockopt(s, SOL_SOCKET, SO_RCVBUF, (void *) &rcvbuf_size, &len)
|
|
|
|
< 0)
|
|
|
|
err(1, "unable to get default rcvbuf size");
|
1999-09-24 10:14:40 +04:00
|
|
|
len = sizeof(sndbuf_size);
|
|
|
|
if (getsockopt(s, SOL_SOCKET, SO_SNDBUF, (void *) &sndbuf_size, &len)
|
|
|
|
< 0)
|
|
|
|
err(1, "unable to get default sndbuf size");
|
|
|
|
(void)close(s);
|
|
|
|
/* sanity check returned buffer sizes */
|
|
|
|
if (rcvbuf_size <= 0)
|
|
|
|
rcvbuf_size = 8192;
|
|
|
|
if (sndbuf_size <= 0)
|
|
|
|
sndbuf_size = 8192;
|
1999-09-22 11:18:31 +04:00
|
|
|
|
1999-11-28 09:32:04 +03:00
|
|
|
marg_sl = xsl_init();
|
1997-08-23 11:32:50 +04:00
|
|
|
if ((tmpdir = getenv("TMPDIR")) == NULL)
|
|
|
|
tmpdir = _PATH_TMP;
|
1994-08-25 07:47:50 +04:00
|
|
|
|
1998-06-04 12:28:35 +04:00
|
|
|
/* Set default operation mode based on FTPMODE environment variable */
|
|
|
|
if ((cp = getenv("FTPMODE")) != NULL) {
|
1999-10-24 16:31:36 +04:00
|
|
|
if (strcasecmp(cp, "passive") == 0) {
|
1998-06-04 12:28:35 +04:00
|
|
|
passivemode = 1;
|
|
|
|
activefallback = 0;
|
1999-10-24 16:31:36 +04:00
|
|
|
} else if (strcasecmp(cp, "active") == 0) {
|
1998-06-04 12:28:35 +04:00
|
|
|
passivemode = 0;
|
|
|
|
activefallback = 0;
|
1999-10-24 16:31:36 +04:00
|
|
|
} else if (strcasecmp(cp, "gate") == 0) {
|
1998-06-04 12:28:35 +04:00
|
|
|
gatemode = 1;
|
1999-10-24 16:31:36 +04:00
|
|
|
} else if (strcasecmp(cp, "auto") == 0) {
|
1998-06-04 12:28:35 +04:00
|
|
|
passivemode = 1;
|
|
|
|
activefallback = 1;
|
|
|
|
} else
|
|
|
|
warnx("unknown $FTPMODE '%s'; using defaults", cp);
|
|
|
|
}
|
|
|
|
|
1998-08-03 05:49:25 +04:00
|
|
|
if (strcmp(__progname, "pftp") == 0) {
|
1996-12-29 07:05:29 +03:00
|
|
|
passivemode = 1;
|
1998-06-04 12:28:35 +04:00
|
|
|
activefallback = 0;
|
1998-08-03 05:49:25 +04:00
|
|
|
} else if (strcmp(__progname, "gate-ftp") == 0)
|
1997-08-18 14:20:13 +04:00
|
|
|
gatemode = 1;
|
|
|
|
|
|
|
|
gateserver = getenv("FTPSERVER");
|
|
|
|
if (gateserver == NULL || *gateserver == '\0')
|
|
|
|
gateserver = GATE_SERVER;
|
|
|
|
if (gatemode) {
|
|
|
|
if (*gateserver == '\0') {
|
|
|
|
warnx(
|
1999-06-02 06:03:57 +04:00
|
|
|
"Neither $FTPSERVER nor GATE_SERVER is defined; disabling gate-ftp");
|
1997-08-18 14:20:13 +04:00
|
|
|
gatemode = 0;
|
|
|
|
}
|
|
|
|
}
|
1996-12-29 07:05:29 +03:00
|
|
|
|
1997-06-10 11:04:43 +04:00
|
|
|
cp = getenv("TERM");
|
|
|
|
if (cp == NULL || strcmp(cp, "dumb") == 0)
|
|
|
|
dumbterm = 1;
|
|
|
|
else
|
|
|
|
dumbterm = 0;
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
fromatty = isatty(fileno(stdin));
|
1999-01-24 05:39:29 +03:00
|
|
|
ttyout = stdout;
|
|
|
|
if (isatty(fileno(ttyout))) {
|
1999-05-17 08:26:45 +04:00
|
|
|
verbose = 1; /* verbose if to a tty */
|
1999-01-24 05:39:29 +03:00
|
|
|
if (! dumbterm) {
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1999-05-17 08:26:45 +04:00
|
|
|
if (fromatty) /* editing mode on if tty is usable */
|
|
|
|
editing = 1;
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif
|
|
|
|
#ifndef NO_PROGRESS
|
1999-01-24 05:39:29 +03:00
|
|
|
if (foregroundproc())
|
|
|
|
progress = 1; /* progress bar on if fg */
|
1997-03-13 09:23:11 +03:00
|
|
|
#endif
|
1999-06-21 02:07:28 +04:00
|
|
|
}
|
1997-03-13 09:23:11 +03:00
|
|
|
}
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
|
2000-11-15 03:10:59 +03:00
|
|
|
while ((ch = getopt(argc, argv, "AadefginN:o:pP:r:RtT:u:vV")) != -1) {
|
1994-09-01 01:32:33 +04:00
|
|
|
switch (ch) {
|
1998-06-04 12:28:35 +04:00
|
|
|
case 'A':
|
|
|
|
activefallback = 0;
|
|
|
|
passivemode = 0;
|
|
|
|
break;
|
|
|
|
|
1996-11-25 08:13:18 +03:00
|
|
|
case 'a':
|
|
|
|
anonftp = 1;
|
|
|
|
break;
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 'd':
|
|
|
|
options |= SO_DEBUG;
|
|
|
|
debug++;
|
|
|
|
break;
|
1996-11-25 08:13:18 +03:00
|
|
|
|
1997-03-13 09:23:11 +03:00
|
|
|
case 'e':
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1997-03-13 09:23:11 +03:00
|
|
|
editing = 0;
|
|
|
|
#endif
|
|
|
|
break;
|
|
|
|
|
1999-01-23 18:46:24 +03:00
|
|
|
case 'f':
|
|
|
|
flushcache = 1;
|
|
|
|
break;
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 'g':
|
|
|
|
doglob = 0;
|
|
|
|
break;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 'i':
|
|
|
|
interactive = 0;
|
|
|
|
break;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 'n':
|
|
|
|
autologin = 0;
|
|
|
|
break;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-11-15 03:10:59 +03:00
|
|
|
case 'N':
|
|
|
|
if (strlcpy(netrc, optarg, sizeof(netrc))
|
|
|
|
>= sizeof(netrc))
|
|
|
|
errx(1, "%s: %s", optarg,
|
|
|
|
strerror(ENAMETOOLONG));
|
|
|
|
break;
|
|
|
|
|
1998-06-04 12:28:35 +04:00
|
|
|
case 'o':
|
|
|
|
outfile = optarg;
|
|
|
|
if (strcmp(outfile, "-") == 0)
|
|
|
|
ttyout = stderr;
|
|
|
|
break;
|
|
|
|
|
1996-11-25 08:13:18 +03:00
|
|
|
case 'p':
|
|
|
|
passivemode = 1;
|
1998-06-04 12:28:35 +04:00
|
|
|
activefallback = 0;
|
1996-11-25 08:13:18 +03:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 'P':
|
1999-07-02 12:07:40 +04:00
|
|
|
ftpport = optarg;
|
1996-11-25 08:13:18 +03:00
|
|
|
break;
|
|
|
|
|
1998-06-04 12:28:35 +04:00
|
|
|
case 'r':
|
|
|
|
retry_connect = strtol(optarg, &ep, 10);
|
1999-03-22 10:36:40 +03:00
|
|
|
if (retry_connect < 1 || *ep != '\0')
|
1998-06-04 12:28:35 +04:00
|
|
|
errx(1, "bad retry value: %s", optarg);
|
|
|
|
break;
|
|
|
|
|
1999-03-22 10:36:40 +03:00
|
|
|
case 'R':
|
|
|
|
restartautofetch = 1;
|
|
|
|
break;
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 't':
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
trace = 1;
|
1994-08-25 07:47:50 +04:00
|
|
|
break;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
[fear this; more ftp hacking from lukem :-]
features:
---------
* transfer rate throttling with the new `rate' command. syntax:
rate direction [max [incr]]
where direction is `all', `get' or `put'.
if max is not supplied, the current settings are displayed.
if max is supplied, then transfers in the given direction will
be throttled to this value.
if incr is supplied, the increment for the `on-the-fly' scaling
will be set to that, otherwise `1024' is used.
currently implemented for binary get, binary put, and url fetches.
not yet supported for ascii get or put, or local file copies.
* on-the-fly scaling of the throttle based on signals:
- SIGUSR1 raises the throttle rate by the increment for that direction
- SIGUSR2 lowers the throttle rate by the increment for that direction
* -T dir,max[,incr] option to set rate from the command line
* `k', `m', `g' suffix support for bytecounts in the `hash', `rate',
`rcvbuf' and `sndbuf' commands)
bug fixes and code mods:
------------------------
* fix up ftp_login() so that ruserpass() is always called, even for
command-line url fetches.
* implement strsuftoi(), which parses a given number into a int with
suffix support. replaces getsockbufsize()
* implement parserate(), which does the argv parsing for -T and rate
* save and restore errno in signal handlers (may not be necessary, but
it doesn't hurt)
notes:
------
the rate command has had reasonable testing, but I'd like feedback
if it doesn't do the right thing, especially from people on slower
(i.e, modem) links.
I haven't tested the rate throttle against a http server which does
`transfer-encoding: chunked' because I couldn't find a server to
test against.
1999-06-29 14:43:16 +04:00
|
|
|
case 'T':
|
|
|
|
{
|
|
|
|
int targc;
|
|
|
|
char *targv[6], *oac;
|
|
|
|
|
|
|
|
/* look for `dir,max[,incr]' */
|
|
|
|
targc = 0;
|
|
|
|
targv[targc++] = "-T";
|
|
|
|
oac = xstrdup(optarg);
|
|
|
|
|
|
|
|
while ((cp = strsep(&oac, ",")) != NULL) {
|
|
|
|
if (*cp == '\0') {
|
|
|
|
warnx("bad throttle value: %s", optarg);
|
|
|
|
usage();
|
|
|
|
/* NOTREACHED */
|
|
|
|
}
|
|
|
|
targv[targc++] = cp;
|
|
|
|
if (targc >= 5)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (parserate(targc, targv, 1) == -1)
|
|
|
|
usage();
|
|
|
|
free(oac);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2000-05-31 18:23:57 +04:00
|
|
|
case 'u':
|
|
|
|
{
|
|
|
|
isupload = 1;
|
|
|
|
interactive = 0;
|
|
|
|
upload_path = xstrdup(optarg);
|
|
|
|
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
case 'v':
|
1999-01-24 05:39:29 +03:00
|
|
|
progress = verbose = 1;
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 'V':
|
1999-01-24 05:39:29 +03:00
|
|
|
progress = verbose = 0;
|
1994-08-25 07:47:50 +04:00
|
|
|
break;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
default:
|
1996-12-06 05:06:46 +03:00
|
|
|
usage();
|
1994-08-25 07:47:50 +04:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1999-01-24 05:39:29 +03:00
|
|
|
/* set line buffering on ttyout */
|
|
|
|
setvbuf(ttyout, NULL, _IOLBF, 0);
|
1994-08-25 07:47:50 +04:00
|
|
|
argc -= optind;
|
|
|
|
argv += optind;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
cpend = 0; /* no pending replies */
|
|
|
|
proxy = 0; /* proxy not active */
|
|
|
|
crflag = 1; /* strip c.r. on ascii gets */
|
|
|
|
sendport = -1; /* not using ports */
|
2000-11-15 03:10:59 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
2000-11-15 03:10:59 +03:00
|
|
|
* Cache the user name and home directory.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
2000-11-15 03:10:59 +03:00
|
|
|
localhome = NULL;
|
|
|
|
localname = NULL;
|
|
|
|
anonuser = "anonymous";
|
|
|
|
cp = getenv("HOME");
|
|
|
|
if (! EMPTYSTRING(cp))
|
|
|
|
localhome = xstrdup(cp);
|
|
|
|
pw = NULL;
|
1993-03-21 12:45:37 +03:00
|
|
|
cp = getlogin();
|
1999-10-24 16:31:36 +04:00
|
|
|
if (cp != NULL)
|
1993-03-21 12:45:37 +03:00
|
|
|
pw = getpwnam(cp);
|
|
|
|
if (pw == NULL)
|
|
|
|
pw = getpwuid(getuid());
|
1999-10-24 16:31:36 +04:00
|
|
|
if (pw != NULL) {
|
2000-11-15 03:10:59 +03:00
|
|
|
if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))
|
|
|
|
localhome = xstrdup(pw->pw_dir);
|
|
|
|
localname = xstrdup(pw->pw_name);
|
|
|
|
anonuser = localname;
|
|
|
|
}
|
|
|
|
if (netrc[0] == '\0' && localhome != NULL) {
|
|
|
|
if (strlcpy(netrc, localhome, sizeof(netrc)) >= sizeof(netrc) ||
|
|
|
|
strlcat(netrc, "/.netrc", sizeof(netrc)) >= sizeof(netrc)) {
|
|
|
|
warnx("%s/.netrc: %s", localhome,
|
|
|
|
strerror(ENAMETOOLONG));
|
|
|
|
netrc[0] = '\0';
|
|
|
|
}
|
1999-10-24 16:31:36 +04:00
|
|
|
}
|
2000-11-15 03:10:59 +03:00
|
|
|
if (localhome == NULL)
|
|
|
|
localhome = xstrdup("/");
|
1999-10-24 16:31:36 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Every anonymous FTP server I've encountered will accept the
|
|
|
|
* string "username@", and will append the hostname itself. We
|
|
|
|
* do this by default since many servers are picky about not
|
|
|
|
* having a FQDN in the anonymous password.
|
|
|
|
* - thorpej@netbsd.org
|
|
|
|
*/
|
|
|
|
len = strlen(anonuser) + 2;
|
|
|
|
anonpass = xmalloc(len);
|
|
|
|
(void)strlcpy(anonpass, anonuser, len);
|
|
|
|
(void)strlcat(anonpass, "@", len);
|
|
|
|
|
1999-11-12 05:50:38 +03:00
|
|
|
/*
|
|
|
|
* set all the defaults for options defined in
|
|
|
|
* struct option optiontab[] declared in cmdtab.c
|
|
|
|
*/
|
1999-10-24 16:31:36 +04:00
|
|
|
setupoption("anonpass", getenv("FTPANONPASS"), anonpass);
|
1999-11-11 05:53:02 +03:00
|
|
|
setupoption("ftp_proxy", getenv(FTP_PROXY), "");
|
|
|
|
setupoption("http_proxy", getenv(HTTP_PROXY), "");
|
|
|
|
setupoption("no_proxy", getenv(NO_PROXY), "");
|
|
|
|
setupoption("pager", getenv("PAGER"), DEFAULTPAGER);
|
1999-11-12 05:50:38 +03:00
|
|
|
setupoption("prompt", getenv("FTPPROMPT"), DEFAULTPROMPT);
|
|
|
|
setupoption("rprompt", getenv("FTPRPROMPT"), DEFAULTRPROMPT);
|
1999-11-11 05:53:02 +03:00
|
|
|
|
|
|
|
free(anonpass);
|
1996-11-25 08:13:18 +03:00
|
|
|
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
setttywidth(0);
|
1999-10-05 17:05:39 +04:00
|
|
|
#ifdef SIGINFO
|
|
|
|
(void)xsignal(SIGINFO, psummary);
|
|
|
|
#endif
|
|
|
|
(void)xsignal(SIGQUIT, psummary);
|
[fear this; more ftp hacking from lukem :-]
features:
---------
* transfer rate throttling with the new `rate' command. syntax:
rate direction [max [incr]]
where direction is `all', `get' or `put'.
if max is not supplied, the current settings are displayed.
if max is supplied, then transfers in the given direction will
be throttled to this value.
if incr is supplied, the increment for the `on-the-fly' scaling
will be set to that, otherwise `1024' is used.
currently implemented for binary get, binary put, and url fetches.
not yet supported for ascii get or put, or local file copies.
* on-the-fly scaling of the throttle based on signals:
- SIGUSR1 raises the throttle rate by the increment for that direction
- SIGUSR2 lowers the throttle rate by the increment for that direction
* -T dir,max[,incr] option to set rate from the command line
* `k', `m', `g' suffix support for bytecounts in the `hash', `rate',
`rcvbuf' and `sndbuf' commands)
bug fixes and code mods:
------------------------
* fix up ftp_login() so that ruserpass() is always called, even for
command-line url fetches.
* implement strsuftoi(), which parses a given number into a int with
suffix support. replaces getsockbufsize()
* implement parserate(), which does the argv parsing for -T and rate
* save and restore errno in signal handlers (may not be necessary, but
it doesn't hurt)
notes:
------
the rate command has had reasonable testing, but I'd like feedback
if it doesn't do the right thing, especially from people on slower
(i.e, modem) links.
I haven't tested the rate throttle against a http server which does
`transfer-encoding: chunked' because I couldn't find a server to
test against.
1999-06-29 14:43:16 +04:00
|
|
|
(void)xsignal(SIGUSR1, crankrate);
|
|
|
|
(void)xsignal(SIGUSR2, crankrate);
|
1999-10-05 17:05:39 +04:00
|
|
|
(void)xsignal(SIGWINCH, setttywidth);
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
|
1998-06-04 12:28:35 +04:00
|
|
|
#ifdef __GNUC__ /* to shut up gcc warnings */
|
1997-07-20 13:45:35 +04:00
|
|
|
(void)&argc;
|
|
|
|
(void)&argv;
|
|
|
|
#endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
if (argc > 0) {
|
2000-05-31 18:23:57 +04:00
|
|
|
if (isupload) {
|
|
|
|
rval = auto_put(argc, argv, upload_path);
|
|
|
|
exit(rval);
|
|
|
|
} else if (strchr(argv[0], ':') != NULL
|
|
|
|
&& ! isipv6addr(argv[0])) {
|
1999-03-22 10:36:40 +03:00
|
|
|
rval = auto_fetch(argc, argv);
|
1997-01-19 17:19:02 +03:00
|
|
|
if (rval >= 0) /* -1 == connected and cd-ed */
|
|
|
|
exit(rval);
|
|
|
|
} else {
|
1999-11-27 00:41:55 +03:00
|
|
|
char *xargv[4], *user, *host;
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1999-10-09 07:00:55 +04:00
|
|
|
if (sigsetjmp(toplevel, 1))
|
1997-01-19 17:19:02 +03:00
|
|
|
exit(0);
|
1999-10-09 07:00:55 +04:00
|
|
|
(void)xsignal(SIGINT, intr);
|
1999-10-24 16:31:36 +04:00
|
|
|
(void)xsignal(SIGPIPE, lostpeer);
|
1999-11-27 00:41:55 +03:00
|
|
|
user = NULL;
|
|
|
|
host = argv[0];
|
|
|
|
cp = strchr(host, '@');
|
|
|
|
if (cp) {
|
|
|
|
*cp = '\0';
|
|
|
|
user = host;
|
|
|
|
host = cp + 1;
|
|
|
|
}
|
1997-01-19 17:19:02 +03:00
|
|
|
xargv[0] = __progname;
|
1999-11-27 00:41:55 +03:00
|
|
|
xargv[1] = host;
|
1997-01-19 17:19:02 +03:00
|
|
|
xargv[2] = argv[1];
|
1999-11-27 00:41:55 +03:00
|
|
|
xargv[3] = NULL;
|
1998-06-04 12:28:35 +04:00
|
|
|
do {
|
1999-11-27 00:41:55 +03:00
|
|
|
int oautologin;
|
|
|
|
|
|
|
|
oautologin = autologin;
|
|
|
|
if (user != NULL) {
|
|
|
|
anonftp = 0;
|
|
|
|
autologin = 0;
|
|
|
|
}
|
1998-06-04 12:28:35 +04:00
|
|
|
setpeer(argc+1, xargv);
|
1999-11-27 00:41:55 +03:00
|
|
|
autologin = oautologin;
|
|
|
|
if (connected == 1 && user != NULL)
|
|
|
|
(void)ftp_login(host, user, NULL);
|
1998-06-04 12:28:35 +04:00
|
|
|
if (!retry_connect)
|
|
|
|
break;
|
|
|
|
if (!connected) {
|
|
|
|
macnum = 0;
|
|
|
|
fprintf(ttyout,
|
|
|
|
"Retrying in %d seconds...\n",
|
|
|
|
retry_connect);
|
|
|
|
sleep(retry_connect);
|
|
|
|
}
|
|
|
|
} while (!connected);
|
|
|
|
retry_connect = 0; /* connected, stop hiding msgs */
|
1997-01-19 17:19:02 +03:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
2000-05-31 18:23:57 +04:00
|
|
|
if (isupload)
|
|
|
|
usage();
|
|
|
|
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1997-04-05 07:27:32 +04:00
|
|
|
controlediting();
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1999-10-13 06:47:54 +04:00
|
|
|
|
|
|
|
(void)sigsetjmp(toplevel, 1);
|
|
|
|
(void)xsignal(SIGINT, intr);
|
1999-10-24 16:31:36 +04:00
|
|
|
(void)xsignal(SIGPIPE, lostpeer);
|
1999-10-13 06:47:54 +04:00
|
|
|
for (;;)
|
|
|
|
cmdscanner();
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
/*
|
1997-01-19 17:19:02 +03:00
|
|
|
* Generate a prompt
|
|
|
|
*/
|
1994-08-25 07:47:50 +04:00
|
|
|
char *
|
2000-05-01 14:35:16 +04:00
|
|
|
prompt(void)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1999-11-11 05:53:02 +03:00
|
|
|
static char **prompt;
|
|
|
|
static char buf[MAXPATHLEN];
|
|
|
|
|
|
|
|
if (prompt == NULL) {
|
|
|
|
struct option *o;
|
|
|
|
|
|
|
|
o = getoption("prompt");
|
|
|
|
if (o == NULL)
|
|
|
|
errx(1, "no such option `prompt'");
|
|
|
|
prompt = &(o->value);
|
|
|
|
}
|
1999-11-12 05:50:38 +03:00
|
|
|
formatbuf(buf, sizeof(buf), *prompt ? *prompt : DEFAULTPROMPT);
|
|
|
|
return (buf);
|
|
|
|
}
|
1999-11-11 05:53:02 +03:00
|
|
|
|
1999-11-12 05:50:38 +03:00
|
|
|
/*
|
|
|
|
* Generate an rprompt
|
|
|
|
*/
|
|
|
|
char *
|
2000-05-01 14:35:16 +04:00
|
|
|
rprompt(void)
|
1999-11-12 05:50:38 +03:00
|
|
|
{
|
|
|
|
static char **rprompt;
|
|
|
|
static char buf[MAXPATHLEN];
|
|
|
|
|
|
|
|
if (rprompt == NULL) {
|
|
|
|
struct option *o;
|
|
|
|
|
|
|
|
o = getoption("rprompt");
|
|
|
|
if (o == NULL)
|
|
|
|
errx(1, "no such option `rprompt'");
|
|
|
|
rprompt = &(o->value);
|
1999-11-11 05:53:02 +03:00
|
|
|
}
|
1999-11-12 05:50:38 +03:00
|
|
|
formatbuf(buf, sizeof(buf), *rprompt ? *rprompt : DEFAULTRPROMPT);
|
1999-11-11 05:53:02 +03:00
|
|
|
return (buf);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-08-25 07:47:50 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* Command parser.
|
|
|
|
*/
|
1994-08-25 07:47:50 +04:00
|
|
|
void
|
2000-05-01 14:35:16 +04:00
|
|
|
cmdscanner(void)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1999-11-12 05:50:38 +03:00
|
|
|
struct cmd *c;
|
|
|
|
char *p;
|
|
|
|
int num;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
for (;;) {
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1997-01-19 17:19:02 +03:00
|
|
|
if (!editing) {
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1997-01-19 17:19:02 +03:00
|
|
|
if (fromatty) {
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs(prompt(), ttyout);
|
1999-11-12 05:50:38 +03:00
|
|
|
p = rprompt();
|
|
|
|
if (*p)
|
|
|
|
fprintf(ttyout, "%s ", p);
|
1998-06-04 12:28:35 +04:00
|
|
|
(void)fflush(ttyout);
|
1997-01-19 17:19:02 +03:00
|
|
|
}
|
1999-10-12 10:04:59 +04:00
|
|
|
if (fgets(line, sizeof(line), stdin) == NULL) {
|
|
|
|
if (fromatty)
|
|
|
|
putc('\n', ttyout);
|
add support for FEAT and OPTS commands with `features' and `opts'.
(from RFC 2389).
add support for MLST & MLSD (machine parseble listings) with 'mlst', 'mlsd'
and 'pmlsd' (mlsd |$PAGER) commands. (from draft-ietf-ftpext-mlst-11)
rename remotesyst() to getremoteinfo(), and modify to parse the result from
FEAT (if supported), and take into account the support for the various
extensions such as MDTM, SIZE, REST (STREAM), MLSD, and FEAT/OPTS.
put each feature into one of the following categories:
- known to work (explicit FEAT)
- unknown but assume works until explicit failure, when it's
then tagged as `known not to work'.
- known not to work (FEAT succeeded but didn't return anything,
or was unknown and then explicit failure)
assign results into features[] matrix.
add support to getreply() so that an optional callback will be called
for each line received from the server except for the first and last.
this is used in FEAT (and MLST) parsing.
modify various commands to check if REST (STREAM), MDTM and SIZE are
explicitly or implicitly supported before using.
fix `syst' when verbose is off.
minor knf (indent goto labels by one space, etc).
simply various command usage handlers by assuming that argv != NULL except
for quit() and disconnect().
2000-07-18 11:16:52 +04:00
|
|
|
quit(0, NULL);
|
1999-10-12 10:04:59 +04:00
|
|
|
}
|
1997-01-19 17:19:02 +03:00
|
|
|
num = strlen(line);
|
|
|
|
if (num == 0)
|
|
|
|
break;
|
|
|
|
if (line[--num] == '\n') {
|
|
|
|
if (num == 0)
|
|
|
|
break;
|
|
|
|
line[num] = '\0';
|
|
|
|
} else if (num == sizeof(line) - 2) {
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs("sorry, input line too long.\n", ttyout);
|
1997-01-19 17:19:02 +03:00
|
|
|
while ((num = getchar()) != '\n' && num != EOF)
|
|
|
|
/* void */;
|
|
|
|
break;
|
|
|
|
} /* else it was a line without a newline */
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
[Yet Another Huge Ftp Commit - hopefully the last for a while,
barring any more little things people want added ...]
New features:
* progressmeter is now asynchronous, so "stalled" transfers can be
detected. "- stalled -" is displayed instead of the ETA in this case.
When the xfer resumes, the time that the xfer was stalled for is
factored out of the ETA. It is debatable whether this is better than
not factoring it out, but I like it this way (I.e, if it stalls for 8
seconds and the ETA was 30 seconds, when it resumes the ETA will still
be 30 seconds).
* verbosity can be disabled on the command line (-V), so that in auto-fetch
mode the only lines displayed will be a description of the file, and
the progress bar (if possible)
* if the screen is resized (and detected via the SIGWINCH signal), the
progress bar will rescale automatically.
Bugs fixed:
* progress bar will not use the last character on the line, as this can
cause problems on some terminals
* screen dimensions (via ioctl(TIOCWINSZ)) should use stdout not stdin
* progressmeter() used some vars before initialising them
* ^D will quit now. [fixes bin/3162]
* use hstrerror() to generate error message for host name lookup failure.
* use getcwd instead of getwd (it should have been OK, but why tempt fate?)
* auto-fetch transfers will always return a positive exit value upon failure
or interruption, relative to the file's position in argv[].
* remote completion of / will work, without putting a leading "///".
This is actually a bug in ftpd(1), where "NLST /" prefixes all names
with "//", but fixing every ftpd(1) is not an option...
1997-02-01 13:44:54 +03:00
|
|
|
} else {
|
1997-01-19 17:19:02 +03:00
|
|
|
const char *buf;
|
1997-10-14 20:31:22 +04:00
|
|
|
HistEvent ev;
|
1997-01-19 17:19:02 +03:00
|
|
|
cursor_pos = NULL;
|
|
|
|
|
1999-10-12 10:04:59 +04:00
|
|
|
if ((buf = el_gets(el, &num)) == NULL || num == 0) {
|
|
|
|
if (fromatty)
|
|
|
|
putc('\n', ttyout);
|
add support for FEAT and OPTS commands with `features' and `opts'.
(from RFC 2389).
add support for MLST & MLSD (machine parseble listings) with 'mlst', 'mlsd'
and 'pmlsd' (mlsd |$PAGER) commands. (from draft-ietf-ftpext-mlst-11)
rename remotesyst() to getremoteinfo(), and modify to parse the result from
FEAT (if supported), and take into account the support for the various
extensions such as MDTM, SIZE, REST (STREAM), MLSD, and FEAT/OPTS.
put each feature into one of the following categories:
- known to work (explicit FEAT)
- unknown but assume works until explicit failure, when it's
then tagged as `known not to work'.
- known not to work (FEAT succeeded but didn't return anything,
or was unknown and then explicit failure)
assign results into features[] matrix.
add support to getreply() so that an optional callback will be called
for each line received from the server except for the first and last.
this is used in FEAT (and MLST) parsing.
modify various commands to check if REST (STREAM), MDTM and SIZE are
explicitly or implicitly supported before using.
fix `syst' when verbose is off.
minor knf (indent goto labels by one space, etc).
simply various command usage handlers by assuming that argv != NULL except
for quit() and disconnect().
2000-07-18 11:16:52 +04:00
|
|
|
quit(0, NULL);
|
1999-10-12 10:04:59 +04:00
|
|
|
}
|
1999-03-31 06:00:42 +04:00
|
|
|
if (buf[--num] == '\n') {
|
1997-01-19 17:19:02 +03:00
|
|
|
if (num == 0)
|
|
|
|
break;
|
|
|
|
} else if (num >= sizeof(line)) {
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs("sorry, input line too long.\n", ttyout);
|
1997-01-19 17:19:02 +03:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
memcpy(line, buf, num);
|
|
|
|
line[num] = '\0';
|
1997-10-14 20:31:22 +04:00
|
|
|
history(hist, &ev, H_ENTER, buf);
|
1997-01-19 17:19:02 +03:00
|
|
|
}
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
makeargv();
|
1997-01-19 17:19:02 +03:00
|
|
|
if (margc == 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
continue;
|
|
|
|
c = getcmd(margv[0]);
|
|
|
|
if (c == (struct cmd *)-1) {
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs("?Ambiguous command.\n", ttyout);
|
1993-03-21 12:45:37 +03:00
|
|
|
continue;
|
|
|
|
}
|
1998-01-21 14:14:34 +03:00
|
|
|
if (c == NULL) {
|
1999-06-21 02:07:28 +04:00
|
|
|
#if !defined(NO_EDITCOMPLETE)
|
1998-01-21 14:14:34 +03:00
|
|
|
/*
|
|
|
|
* attempt to el_parse() unknown commands.
|
|
|
|
* any command containing a ':' would be parsed
|
|
|
|
* as "[prog:]cmd ...", and will result in a
|
|
|
|
* false positive if prog != "ftp", so treat
|
|
|
|
* such commands as invalid.
|
|
|
|
*/
|
1999-03-08 07:36:12 +03:00
|
|
|
if (strchr(margv[0], ':') != NULL ||
|
1998-01-21 14:14:34 +03:00
|
|
|
el_parse(el, margc, margv) != 0)
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs("?Invalid command.\n", ttyout);
|
1993-03-21 12:45:37 +03:00
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (c->c_conn && !connected) {
|
1998-06-04 12:28:35 +04:00
|
|
|
fputs("Not connected.\n", ttyout);
|
1993-03-21 12:45:37 +03:00
|
|
|
continue;
|
|
|
|
}
|
1996-11-28 06:12:28 +03:00
|
|
|
confirmrest = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
(*c->c_handler)(margc, margv);
|
|
|
|
if (bell && c->c_bell)
|
1998-06-04 12:28:35 +04:00
|
|
|
(void)putc('\007', ttyout);
|
1993-03-21 12:45:37 +03:00
|
|
|
if (c->c_handler != help)
|
|
|
|
break;
|
|
|
|
}
|
1999-10-09 07:00:55 +04:00
|
|
|
(void)xsignal(SIGINT, intr);
|
1999-10-24 16:31:36 +04:00
|
|
|
(void)xsignal(SIGPIPE, lostpeer);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
struct cmd *
|
2000-05-01 14:35:16 +04:00
|
|
|
getcmd(const char *name)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-11-28 06:12:28 +03:00
|
|
|
const char *p, *q;
|
1994-08-25 07:47:50 +04:00
|
|
|
struct cmd *c, *found;
|
|
|
|
int nmatches, longest;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1996-05-07 04:16:55 +04:00
|
|
|
if (name == NULL)
|
|
|
|
return (0);
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
longest = 0;
|
|
|
|
nmatches = 0;
|
|
|
|
found = 0;
|
1996-11-25 08:13:18 +03:00
|
|
|
for (c = cmdtab; (p = c->c_name) != NULL; c++) {
|
1993-03-21 12:45:37 +03:00
|
|
|
for (q = name; *q == *p++; q++)
|
|
|
|
if (*q == 0) /* exact match? */
|
|
|
|
return (c);
|
|
|
|
if (!*q) { /* the name was a prefix */
|
|
|
|
if (q - name > longest) {
|
|
|
|
longest = q - name;
|
|
|
|
nmatches = 1;
|
|
|
|
found = c;
|
|
|
|
} else if (q - name == longest)
|
|
|
|
nmatches++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (nmatches > 1)
|
|
|
|
return ((struct cmd *)-1);
|
|
|
|
return (found);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Slice a string up into argc/argv.
|
|
|
|
*/
|
|
|
|
|
|
|
|
int slrflag;
|
|
|
|
|
1994-08-25 07:47:50 +04:00
|
|
|
void
|
2000-05-01 14:35:16 +04:00
|
|
|
makeargv(void)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1997-01-19 17:19:02 +03:00
|
|
|
char *argp;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
stringbase = line; /* scan from first of buffer */
|
|
|
|
argbase = argbuf; /* store from first of buffer */
|
|
|
|
slrflag = 0;
|
1997-01-19 17:19:02 +03:00
|
|
|
marg_sl->sl_cur = 0; /* reset to start of marg_sl */
|
1995-09-15 04:32:33 +04:00
|
|
|
for (margc = 0; ; margc++) {
|
1997-01-19 17:19:02 +03:00
|
|
|
argp = slurpstring();
|
1999-11-28 09:32:04 +03:00
|
|
|
xsl_add(marg_sl, argp);
|
1997-01-19 17:19:02 +03:00
|
|
|
if (argp == NULL)
|
1995-09-15 04:32:33 +04:00
|
|
|
break;
|
|
|
|
}
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifndef NO_EDITCOMPLETE
|
1997-01-19 17:19:02 +03:00
|
|
|
if (cursor_pos == line) {
|
|
|
|
cursor_argc = 0;
|
|
|
|
cursor_argo = 0;
|
|
|
|
} else if (cursor_pos != NULL) {
|
|
|
|
cursor_argc = margc;
|
|
|
|
cursor_argo = strlen(margv[margc-1]);
|
|
|
|
}
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1999-06-21 02:07:28 +04:00
|
|
|
#ifdef NO_EDITCOMPLETE
|
1999-10-24 16:31:36 +04:00
|
|
|
#define INC_CHKCURSOR(x) (x)++
|
1999-06-21 02:07:28 +04:00
|
|
|
#else /* !NO_EDITCOMPLETE */
|
1999-10-24 16:31:36 +04:00
|
|
|
#define INC_CHKCURSOR(x) { (x)++ ; \
|
1997-01-19 17:19:02 +03:00
|
|
|
if (x == cursor_pos) { \
|
|
|
|
cursor_argc = margc; \
|
|
|
|
cursor_argo = ap-argbase; \
|
|
|
|
cursor_pos = NULL; \
|
|
|
|
} }
|
1999-03-08 07:36:12 +03:00
|
|
|
|
1999-06-21 02:07:28 +04:00
|
|
|
#endif /* !NO_EDITCOMPLETE */
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* Parse string into argbuf;
|
|
|
|
* implemented with FSM to
|
|
|
|
* handle quoting and strings
|
|
|
|
*/
|
|
|
|
char *
|
2000-05-01 14:35:16 +04:00
|
|
|
slurpstring(void)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
|
|
|
int got_one = 0;
|
1994-08-25 07:47:50 +04:00
|
|
|
char *sb = stringbase;
|
|
|
|
char *ap = argbase;
|
1993-03-21 12:45:37 +03:00
|
|
|
char *tmp = argbase; /* will return this if token found */
|
|
|
|
|
|
|
|
if (*sb == '!' || *sb == '$') { /* recognize ! as a token for shell */
|
|
|
|
switch (slrflag) { /* and $ as token for macro invoke */
|
|
|
|
case 0:
|
|
|
|
slrflag++;
|
1997-01-19 17:19:02 +03:00
|
|
|
INC_CHKCURSOR(stringbase);
|
1993-03-21 12:45:37 +03:00
|
|
|
return ((*sb == '!') ? "!" : "$");
|
|
|
|
/* NOTREACHED */
|
|
|
|
case 1:
|
|
|
|
slrflag++;
|
|
|
|
altarg = stringbase;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
S0:
|
|
|
|
switch (*sb) {
|
|
|
|
|
|
|
|
case '\0':
|
|
|
|
goto OUT;
|
|
|
|
|
|
|
|
case ' ':
|
|
|
|
case '\t':
|
1997-01-19 17:19:02 +03:00
|
|
|
INC_CHKCURSOR(sb);
|
|
|
|
goto S0;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
default:
|
|
|
|
switch (slrflag) {
|
|
|
|
case 0:
|
|
|
|
slrflag++;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
slrflag++;
|
|
|
|
altarg = sb;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
goto S1;
|
|
|
|
}
|
|
|
|
|
|
|
|
S1:
|
|
|
|
switch (*sb) {
|
|
|
|
|
|
|
|
case ' ':
|
|
|
|
case '\t':
|
|
|
|
case '\0':
|
|
|
|
goto OUT; /* end of token */
|
|
|
|
|
|
|
|
case '\\':
|
1997-01-19 17:19:02 +03:00
|
|
|
INC_CHKCURSOR(sb);
|
|
|
|
goto S2; /* slurp next character */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
case '"':
|
1997-01-19 17:19:02 +03:00
|
|
|
INC_CHKCURSOR(sb);
|
|
|
|
goto S3; /* slurp quoted string */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
default:
|
1997-01-19 17:19:02 +03:00
|
|
|
*ap = *sb; /* add character to token */
|
|
|
|
ap++;
|
|
|
|
INC_CHKCURSOR(sb);
|
1993-03-21 12:45:37 +03:00
|
|
|
got_one = 1;
|
|
|
|
goto S1;
|
|
|
|
}
|
|
|
|
|
|
|
|
S2:
|
|
|
|
switch (*sb) {
|
|
|
|
|
|
|
|
case '\0':
|
|
|
|
goto OUT;
|
|
|
|
|
|
|
|
default:
|
1997-01-19 17:19:02 +03:00
|
|
|
*ap = *sb;
|
|
|
|
ap++;
|
|
|
|
INC_CHKCURSOR(sb);
|
1993-03-21 12:45:37 +03:00
|
|
|
got_one = 1;
|
|
|
|
goto S1;
|
|
|
|
}
|
|
|
|
|
|
|
|
S3:
|
|
|
|
switch (*sb) {
|
|
|
|
|
|
|
|
case '\0':
|
|
|
|
goto OUT;
|
|
|
|
|
|
|
|
case '"':
|
1997-01-19 17:19:02 +03:00
|
|
|
INC_CHKCURSOR(sb);
|
|
|
|
goto S1;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
default:
|
1997-01-19 17:19:02 +03:00
|
|
|
*ap = *sb;
|
|
|
|
ap++;
|
|
|
|
INC_CHKCURSOR(sb);
|
1993-03-21 12:45:37 +03:00
|
|
|
got_one = 1;
|
|
|
|
goto S3;
|
|
|
|
}
|
|
|
|
|
|
|
|
OUT:
|
|
|
|
if (got_one)
|
|
|
|
*ap++ = '\0';
|
|
|
|
argbase = ap; /* update storage pointer */
|
|
|
|
stringbase = sb; /* update scan pointer */
|
|
|
|
if (got_one) {
|
1994-08-25 07:47:50 +04:00
|
|
|
return (tmp);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
switch (slrflag) {
|
|
|
|
case 0:
|
|
|
|
slrflag++;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
slrflag++;
|
1998-01-18 17:23:33 +03:00
|
|
|
altarg = NULL;
|
1993-03-21 12:45:37 +03:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
1998-01-18 17:23:33 +03:00
|
|
|
return (NULL);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
1999-10-24 16:31:36 +04:00
|
|
|
* Help/usage command.
|
1993-03-21 12:45:37 +03:00
|
|
|
* Call each command handler with argc == 0 and argv[0] == name.
|
|
|
|
*/
|
1994-08-25 07:47:50 +04:00
|
|
|
void
|
2000-05-01 14:35:16 +04:00
|
|
|
help(int argc, char *argv[])
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-08-25 07:47:50 +04:00
|
|
|
struct cmd *c;
|
1999-11-12 05:50:38 +03:00
|
|
|
char *nargv[1], *p, *cmd;
|
1999-10-24 16:31:36 +04:00
|
|
|
int isusage;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-11-12 05:50:38 +03:00
|
|
|
cmd = argv[0];
|
|
|
|
isusage = (strcmp(cmd, "usage") == 0);
|
1999-10-24 16:31:36 +04:00
|
|
|
if (argc == 0 || (isusage && argc == 1)) {
|
1999-11-12 05:50:38 +03:00
|
|
|
fprintf(ttyout, "usage: %s [command [...]]\n", cmd);
|
1999-10-24 16:31:36 +04:00
|
|
|
return;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
if (argc == 1) {
|
1997-01-19 17:19:02 +03:00
|
|
|
StringList *buf;
|
|
|
|
|
1999-11-28 09:32:04 +03:00
|
|
|
buf = xsl_init();
|
1998-06-04 12:28:35 +04:00
|
|
|
fprintf(ttyout,
|
|
|
|
"%sommands may be abbreviated. Commands are:\n\n",
|
1997-01-19 17:19:02 +03:00
|
|
|
proxy ? "Proxy c" : "C");
|
1999-10-24 16:31:36 +04:00
|
|
|
for (c = cmdtab; (p = c->c_name) != NULL; c++)
|
|
|
|
if (!proxy || c->c_proxy)
|
1999-11-28 09:32:04 +03:00
|
|
|
xsl_add(buf, p);
|
1997-01-19 17:19:02 +03:00
|
|
|
list_vertical(buf);
|
|
|
|
sl_free(buf, 0);
|
1993-03-21 12:45:37 +03:00
|
|
|
return;
|
|
|
|
}
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1999-10-24 16:31:36 +04:00
|
|
|
#define HELPINDENT ((int) sizeof("disconnect"))
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
while (--argc > 0) {
|
1994-08-25 07:47:50 +04:00
|
|
|
char *arg;
|
1997-01-19 17:19:02 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
arg = *++argv;
|
|
|
|
c = getcmd(arg);
|
|
|
|
if (c == (struct cmd *)-1)
|
1999-10-24 16:31:36 +04:00
|
|
|
fprintf(ttyout, "?Ambiguous %s command `%s'\n",
|
1999-11-12 05:50:38 +03:00
|
|
|
cmd, arg);
|
1998-01-18 17:23:33 +03:00
|
|
|
else if (c == NULL)
|
1999-10-24 16:31:36 +04:00
|
|
|
fprintf(ttyout, "?Invalid %s command `%s'\n",
|
1999-11-12 05:50:38 +03:00
|
|
|
cmd, arg);
|
1999-10-24 16:31:36 +04:00
|
|
|
else {
|
|
|
|
if (isusage) {
|
|
|
|
nargv[0] = arg;
|
|
|
|
(*c->c_handler)(0, nargv);
|
|
|
|
} else
|
|
|
|
fprintf(ttyout, "%-*s\t%s\n", HELPINDENT,
|
|
|
|
c->c_name, c->c_help);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
struct option *
|
2000-05-01 14:35:16 +04:00
|
|
|
getoption(const char *name)
|
1999-10-24 16:31:36 +04:00
|
|
|
{
|
|
|
|
const char *p;
|
|
|
|
struct option *c;
|
|
|
|
|
|
|
|
if (name == NULL)
|
|
|
|
return (NULL);
|
|
|
|
for (c = optiontab; (p = c->name) != NULL; c++) {
|
|
|
|
if (strcasecmp(p, name) == 0)
|
|
|
|
return (c);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1999-10-24 16:31:36 +04:00
|
|
|
return (NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
char *
|
2000-05-01 14:35:16 +04:00
|
|
|
getoptionvalue(const char *name)
|
1999-10-24 16:31:36 +04:00
|
|
|
{
|
|
|
|
struct option *c;
|
|
|
|
|
|
|
|
if (name == NULL)
|
|
|
|
errx(1, "getoptionvalue() invoked with NULL name");
|
1999-11-11 05:53:02 +03:00
|
|
|
c = getoption(name);
|
|
|
|
if (c != NULL)
|
|
|
|
return (c->value);
|
1999-10-24 16:31:36 +04:00
|
|
|
errx(1, "getoptionvalue() invoked with unknown option `%s'", name);
|
2000-06-11 06:12:05 +04:00
|
|
|
/* NOTREACHED */
|
1999-10-24 16:31:36 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-05-01 14:35:16 +04:00
|
|
|
setupoption(char *name, char *value, char *defaultvalue)
|
1999-10-24 16:31:36 +04:00
|
|
|
{
|
|
|
|
char *nargv[3];
|
|
|
|
int overbose;
|
|
|
|
|
|
|
|
nargv[0] = "setupoption()";
|
|
|
|
nargv[1] = name;
|
|
|
|
nargv[2] = (value ? value : defaultvalue);
|
|
|
|
overbose = verbose;
|
|
|
|
verbose = 0;
|
|
|
|
setoption(3, nargv);
|
|
|
|
verbose = overbose;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1996-11-25 08:13:18 +03:00
|
|
|
|
1996-12-06 05:06:46 +03:00
|
|
|
void
|
2000-05-01 14:35:16 +04:00
|
|
|
usage(void)
|
1996-12-06 05:06:46 +03:00
|
|
|
{
|
|
|
|
(void)fprintf(stderr,
|
2000-11-15 03:10:59 +03:00
|
|
|
"usage: %s [-AadefginpRtvV] [-N netrc] [-o outfile] [-P port] [-r retry]\n"
|
2000-05-31 18:23:57 +04:00
|
|
|
" [-T dir,max[,inc][[user@]host [port]]] [host:path[/]]\n"
|
|
|
|
" [file:///file] [ftp://[user[:pass]@]host[:port]/path[/]]\n"
|
|
|
|
" [http://[user[:pass]@]host[:port]/path] [...]\n"
|
|
|
|
" %s -u url file [...]\n", __progname, __progname);
|
1996-12-06 05:06:46 +03:00
|
|
|
exit(1);
|
|
|
|
}
|