168 Chapter 12
Using LAN
Transferring Files
Step 8. Type put ex_pc.sta at the ftp prompt and press the Return key. This completes the
transfer from an external computer to flash memory.
Step 9. Type get ex_ins.sta at the ftp prompt and press the Return key. This completes the
transfer from flash memory to an external computer.
Step 10. Type quit at the ftp prompt and press the Return key to quit ftp.
The chief commands used in ftp are briefly described below.
get Transfers (Copies) a specified file from the current directory of the ftp
server (the 4294A for the example above) to the ftp client (an external
computer for the example above)
put Transfers (Copies) a specified file from the ftp client to the ftp server's
current directory.
binary Sets file transfer mode to binary form.
ascii Sets file transfer mode to ASCII form.
cd Moves from the current directory to another.
dir Lists the content of the current directory.
quit Quits ftp.