RCA 516 Network Card User Manual


 
Chapter 1
Your SpeedTouch™
E-DOC-CTC-20050429-0098 v1.0
15
FTP file transfer To allow correct file transfers, set the transfer mode to “binary”: At the ftp prompt,
type bin and press Enter.
Example:
Quote site command All the CLI commands can be executed from within an FTP session. Only complete
CLI commands (in other words, the complete command syntax with all the
parameters already specified) can be executed.
Example: To execute the CLI command
:software cleanup: At the FTP prompt
type ‘quote site software cleanup’ and press Enter.
For more information on CLI commands, see the CLI Reference Guide.
Turn on the hashing option to see the progression of the file transfer: At the
ftp prompt type hash and press Enter.
/home/doejohn{1}$ftp 192.168.1.254
Connected to 192.168.1.254
220 Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
Name (192.168.1.254:doejohn):
331 SpeedTouch™ (00-90-D0-01-02-03) User 'doejohn' OK. Password requir
ed.
Password : ######
330 OK
ftp>
ftp>bin
200 TYPE is now 8-bit binary
ftp>
ftp>hash
200Hash mark printing on (8192 bytes/hash mark).
ftp>cd dl
250 Changed to /dl
ftp>put C:\user.ini
200 Connected to 192.168.1.10 port 1271
150 Opening data connection for user.ini
226 File written successfully
ftp: 256 bytes sent in 0,000Seconds 256000,000Kbytes/sec.
ftp>
ftp> quote site software cleanup
200-
200 CLI command "software cleanup" executed
ftp>