Owner`s manual
C–5Accessing MIBs and RFCs
The following example shows how to copy the README file from the repository:
NOTE
In the following example, user input is shown in bold text.
% ftp ftp.digital.com
Connected to ftp.digital.com
220 FTP.DIGITAL.COM FTP Service Process
Name: anonymous
331 ANONYMOUS user ok, send real ident as password.
Password: milano@netman.stateu.edu
230 User ANONYMOUS logged in at Tue 10-Aug-1993
10:24-EST, job 54.
ftp> cd /pub/DEC/hub900/mibs.
331 Default name accepted. Send password to connect to
it.
ftp> ascii
220 Type A ok.
ftp> get README
200 Port 19.54 at host nnn.nn.nn.nn accepted.
150 ASCII retrieve of /pub/DEC/hub900/mibs/README
started.
226 Transfer completed. 40239 (8) bytes transferred.
40239 bytes received in 23.65 seconds (5.8 Kbytes/s)
ftp> quit
%