Naming/Format conventions for INDEX files

ferguson@cs.rochester.edu Mon, 27 July 1992 18:52 UTC

Received: from ietf.nri.reston.va.us by IETF.NRI.Reston.VA.US id aa12172; 27 Jul 92 14:52 EDT
Received: from NRI.NRI.Reston.Va.US by IETF.NRI.Reston.VA.US id aa12168; 27 Jul 92 14:52 EDT
Received: from kona.CC.McGill.CA by NRI.Reston.VA.US id aa15638; 27 Jul 92 14:53 EDT
Received: by kona.cc.mcgill.ca (5.65a/IDA-1.4.2b/CC-Guru-2b) id AA09302 on Mon, 27 Jul 92 12:20:35 -0400
Received: from cayuga.cs.rochester.edu by kona.cc.mcgill.ca with SMTP (5.65a/IDA-1.4.2b/CC-Guru-2b) id AA09298 (mail destined for /usr/lib/sendmail -odq -oi -fiafa-request iafa-out) on Mon, 27 Jul 92 12:20:31 -0400
Received: from swan.cs.rochester.edu by cayuga.cs.rochester.edu (5.61/x) id AA01982; Mon, 27 Jul 92 12:20:26 -0400
Received: by swan.cs.rochester.edu (5.61/x) id AA23959; Mon, 27 Jul 92 12:20:21 -0400
Date: Mon, 27 Jul 1992 12:20:21 -0400
From: ferguson@cs.rochester.edu
Message-Id: <9207271620.AA23959@swan.cs.rochester.edu>
To: iafa@cc.mcgill.ca
In-Reply-To: "George D. Greenwade"'s message of Mon, 27 Jul 1992 08:02:10 CDT <0095E30B.530D1740.9128@SHSU.edu>
Subject: Naming/Format conventions for INDEX files

Just a further commentary to those of you wanting to automate ftp
retrieval. Several systems (I thought VMS was one of them, but
apparently not) require that each subdirectory be individually cd'd
into, then the file retrieved. So for file "/foo/bar/baz"
	cd foo
	cd bar
	get baz
Other systems (like Andrew-based systems I think) require exactly the
opposite. That is, you have to cd the whole path at once, for some
security reason, then get the file, as in:
	cd foo/bar
	get baz
The latest version of xarchie (due out later this summer) supports
more complicated file retrievals, but I haven't yet decided what to do
about this. I think I'll try the whole cd, and if it fails try the
one-step-at-a-time approach.

In any event, this subject was hashed out in some other forum a while
back (comp.archives.admin?). I doubt that any consensus was reached.

George
-- 
George Ferguson                 ARPA: ferguson@cs.rochester.edu
Dept. of Computer Science       UUCP: rutgers!rochester!ferguson
University of Rochester         VOX:  (716) 275-2527
Rochester  NY  14627-0226       FAX:  (716) 461-2018