[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Princeton bitftp service
- To: CommonLoops.pa@Xerox.COM
- Subject: Princeton bitftp service
- From: SARTI%ICE622.GE.CNR.IT@CUNYVM.CUNY.EDU
- Date: Thu, 22 Feb 90 15:55 MET
- Redistributed: CommonLoops.pa
Date: Wed, 21 Feb 90 11:14 PST
From: Gregor.pa@Xerox.COM
But, I must say that I myself have not received anything back from
Princeton when I asked for a copy of PCL. I was just given these
directions from somone else, so I will let others explore this and
let all of us know when they get a working set of directions.
Hopefully someone will get this to work soon.
We have successfully downloaded PCL beta 3 rel through the bitftp service
at Princeton. This is the message we sent:
From: ICE622::SARTI "LUIGI SARTI" 20-FEB-1990 09:28:53.82
To: Orig_To! bitftp@pucc, SARTI
CC:
Subj:
FTP arisia.xerox.com UUENCODE
CD pcl
BINARY
GET tarfile
QUIT
We got this answer:
From: CNUCE::IN%"BITFTP@PUCC.BITNET" "Princeton BITNET FTP Server"
20-FEB-199
0 22:35:13.36
To: SARTI@ICE622.GE.CNR.IT
CC:
Subj: BITFTP REPLY
Received: from ICNUCEVM.CNUCE.CNR.IT by ICNUCEVX.CNUCE.CNR.IT; Tue, 20 Feb
90 22:34 MET
Received: from PUCC.PRINCETON.EDU by ICNUCEVM.CNUCE.CNR.IT (Mailer R2.03B)
with BSMTP id 1287; Tue, 20 Feb 90 22:35:04 MET
Received: by PUCC (Mailer R2.06X) id 0774; Tue, 20 Feb 90 09:59:25 EST
Date: Tue, 20 Feb 1990 09:57:23 EST
From: Princeton BITNET FTP Server <BITFTP@PUCC.BITNET>
Subject: BITFTP REPLY
To: SARTI@ICE622.GE.CNR.IT
Message-id: <D645F04EB37F00268E@ICNUCEVX.CNUCE.CNR.IT>
X-Envelope-to: SARTI@ICE622.GE.CNR.IT
> FTP arisia.xerox.com UUENCODE
> CD pcl
>> OPEN ARISIA.XEROX.COM
<<< 220 arisia FTP server (Version 4.165 Tue Dec 6 18:32:49 PST 1988
) ready.
>> USER anonymous SARTI@ICE622.GE.CNR.IT
>>> USER anonymous
<<< 331 Guest login ok, send ident as password.
>>> PASS ********
<<< 230 Guest login ok, access restrictions apply.
> CD pcl
>> CD pcl
>>> CWD pcl
<<< 250 CWD command successful.
> BINARY
>> BINARY FIXED 128
>>> TYPE i
<<< 200 Type set to I.
> GET tarfile
>> GET tarfile SARTI.TARFILE.D ( REPLACE
>>> PORT 128,112,129,99,11,194
<<< 200 PORT command successful.
>>> RETR tarfile
<<< 150 Opening BINARY mode data connection for tarfile (991232 byte
s).
<<< 226 Transfer complete.
>>>> File "tarfile" sent to you as "SARTI TARFILE".
> QUIT
>> CLOSE
>>> QUIT
<<< 221 Goodbye.
Along with this message, we received 19 other messages.
We stripped out the first 18 lines of the protocol
(with `tail +18l ) we concatenated them all in the proper order ('cat),
uudecoded the big file obtaining a SARTI.TARFILE file which
was "untarred" with `tar xvf SARTI.TARFILE
This produced a ./pcl directory containing all the beta 3 files.
---------