[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacTCP.lisp help



   Date: Thu, 18 Jul 1991 12:34:19 -0600
   To: info-macl@cambridge.apple.com
   From: jona@ils.nwu.edu (Kemi Jona)
   Subject: MacTCP.lisp help
   
   I'd like to use the tcp-stream functionality provided by MacTCP.lisp, but
   am having some trouble getting it to work.  I'm working under sys 7,
   MCL2.0b1p3.  My mactcp file is in the system folder (as well as in the
   control panel folder).  Here's what I get when loading, any tips would be
   appreciated.
   
The version of MACTCP that went out with MCL 2.0b1 was quite badly
broken.  I have uploaded a (hopefully) fixed version to the anonymous
FTP server at cambridge.apple.com in the directory
"/pub/MACL/MACTCP/".  If you do not have anonymous FTP access, I'll be
happy to mail it to you (please don't flood me with requests).  I'll
upload it to AppleLink as well, if there is interest.

---------------------------------------------------------------------------

>ftp cambridge.apple.com
Connected to cambridge.apple.com.
220 brazil.cambridge.apple.com FTP server (Version 4.1 Tue Apr 10 05:15:32 PDT 1990) re
ady.
Name (cambridge.apple.com:bill): anonymous
331 Guest login ok, send ident as password.
Password: <your name>  [not echoed]
230 Guest login ok, access restrictions apply.
ftp> cd pub/MACL/MACTCP
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (0 bytes).
*README*
deftrap-patch.fasl.hqx
mactcp.lisp
226 Transfer complete.
47 bytes received in 0.017 seconds (2.8 Kbytes/s)
ftp> mget *
mget *README*? y
200 PORT command successful.
150 Opening ASCII mode data connection for *README* (364 bytes).
226 Transfer complete.
local: *README* remote: *README*
372 bytes received in 0.017 seconds (22 Kbytes/s)
mget deftrap-patch.fasl.hqx? y
200 PORT command successful.
150 Opening ASCII mode data connection for deftrap-patch.fasl.hqx (2583 bytes).
226 Transfer complete.
local: deftrap-patch.fasl.hqx remote: deftrap-patch.fasl.hqx
2624 bytes received in 0.017 seconds (1.5e+02 Kbytes/s)
mget mactcp.lisp? y
200 PORT command successful.
150 Opening ASCII mode data connection for mactcp.lisp (30462 bytes).
226 Transfer complete.
local: mactcp.lisp remote: mactcp.lisp
31349 bytes received in 0.97 seconds (32 Kbytes/s)
ftp> bye
221 Goodbye.
>