
Prestige 643 ADSL Router
System Maintenance 10-17
Step 4. Type root and your SMT password as requested. The default is 1234.
Step 5. Type bin to set transfer mode to binary.
Step 6. Use put to transfer files from the workstation to the Prestige, e.g., put P643.bin ras
transfers the firmware on your computer (P643.bin) to the Prestige and renames it “ras”.
Similarly put P643.rom rom-0
transfers the configuration file on your computer
(P643.rom) to the Prestige and renames it “rom”.
Step 7. Type quit
to exit the ftp prompt.
Figure 10-19 Sample FTP Session
The following table describes some of the fields that you may see in third-party FTP clients.
Table 10-6 Third Party FTP Clients – General Fields
FIELDS DESCRIPTION EXAMPLE
Host Address Enter the address of the host server
Login Type
♦ Anonymous
A user I.D. and password is automatically
supplied to the server for anonymous access.
Anonymous logins will work only if your ISP or
service administrator has enabled this option.
♦ Normal
The server requires a unique User ID and
Password to login.
Normal
Transfer Type Transfer files in either ASCII (plain text format) or
in binary mode.
Binary
Connected to 643.x.x.x
220 P643 FTP version 1.0 ready at Thu Jan 8 18:00:02 2000
User (643.x.x.x:(none)): <Enter>
331 Enter PASS command
Password:
230 Logged in
ftp> bin
200 Type I OK
ftp> put P643.bin ras
200 Port command okay
150 Opening data connection for STOR ras
226 File received OK
ftp: 327680 bytes sent in 1.10Seconds 297.89Kbytes/sec.
ftp> quit