Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)

48 Chapter 3
Starting FTP
Testing the FTP User Interface and Server
Transfer a File
Choose a file to transfer from you account, back to the same account
with a different target name:
ftp> GET NSCREEN2 TESTFILE
Check to see that the file transfer was successful by issuing an FTP LS
command:
ftp> LS
200 PORT command ok.
NSCREEN1
NSCREEN2
NSPROGX
TESTFILE
226 Transfer complete
nnn bytes sent in n.nn seconds: (n.nn Kbytes/sec)
ftp>
Exit From FTP
End the session by entering the FTP command QUIT: ftp> QUIT.
Test to a Remote System
You can follow the same steps to test FTP from MPE/iX to a remote
system by using the remote system IP address (or its mode name) in the
OPEN command. Responses and displays from the remote system FTP
server are implementation dependent.