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

anonymous ftp



  From: cooper@Apple.COM (Eric Cooper)
  Also, how does one gain access to cambridge.apple.com's /pub/mcl2 ?
  I have tried anonymous logins with various passwords (e.g., guest, cooper),
  but to no avail.

Sorry about that; MCL2 is all uppercase.

In general, you should be able to ftp to cambridge.apple.com [134.149.2.3], with 
username "anonymous" and any password (your username@host is suggested by 
common net etiquette). If this isn't working for you, send me mail and tell me
more about what you're using to connect with.

Here is a transcript of a typical usage. Notice that I log in first, then use
cd and ls to browse around:

----------------------------------------------------
straz> 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 1
990) ready.
Name (cambridge.apple.com:straz): anonymous
331 Guest login ok, send ident as password.
Password: <<I type straz@apple.com as my password>>
230 Guest login ok, access restrictions apply.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (0 bytes).
bin
etc
pub
shlib
226 Transfer complete.
22 bytes received in 0.01 seconds (2.1 Kbytes/s)
ftp> cd pub
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (0 bytes).
MACL
MCL2
QN
Soar
box
primitives
226 Transfer complete.
39 bytes received in 0.11 seconds (0.35 Kbytes/s)
ftp> cd MCL2
250 CWD command successful.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls (0 bytes).
MACTCP
contrib
patches
226 Transfer complete.
26 bytes received in 0.01 seconds (2.5 Kbytes/s)
ftp> quit
221 Goodbye.