Xref: utzoo comp.unix.questions:27734 comp.unix.xenix.sco:1173 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!jpradley!jpr From: jpr@jpradley.jpr.com (Jean-Pierre Radley) Newsgroups: comp.unix.questions,comp.unix.xenix.sco Subject: Re: help with uucp needed Message-ID: <1990Dec29.011451.4099@jpradley.jpr.com> Date: 29 Dec 90 01:14:51 GMT References: <88@gdx.UUCP> <1990Dec28.190803.19672@watdragon.waterloo.edu> Reply-To: jpr@jpradley.UUCP (Jean-Pierre Radley) Organization: NYC Public Unix Lines: 38 In article <1990Dec28.190803.19672@watdragon.waterloo.edu> pacolley@violet.uwaterloo.ca (Paul Colley) writes: >In article <88@gdx.UUCP> jay@gdx.UUCP (Jay A. Snyder) writes: >> >>$ uucp wa3wbu!eds1!psuvax1!rutgers!uunet!rayssd!anomaly!/usr/spool/uucppublic/archives/egrep.tar.Z ~uucp >> >>yeilds: >> >>illegal syntax wa3wbu!eds1!psuvax1!rutgers!uunet!rayssd!anomaly!/usr/spool/uucppublic/archives/egrep.tar.Z >> >>How do I get this file via uucp w/o a direct connection to anomaly? > >Indirect UUCP doesn't work for me either. So far, the only reply has >been along the lines of "tough, call direct". > >Which doesn't answer the question! The manual claims it's fine, but >any attempt to have a!b!file as source gives "illegal syntax". Assuming >I have permissions from the machines in the path, what's the problem? The uucp man page offers the syntax: uucp source.files destination.file and then goes on to talk about how a "file name" may be of the form a!b!..!file. This is disingenuous and not fair, since there really IS a differerence in what's OK to actually type for source.files as opposed to destination.file. There is a comment line in the source code which is traduced by the man page. The comment is: /* source files can have at most one ! */ The code which follows disallows more than one 'bang' in a source.files specification but the man page doesn't tell you this! (Hardly the only example of a less than perfect man page, is it?) It's designed that way, IOW. Jean-Pierre Radley NYC Public Unix jpr@jpr.com CIS: 72160,1341