HP ARPA File Transfer Protocol User's Guide (36957-90159)

Chapter 5 51
Using the FTP Server
Sample FTP Session: Accessing MPE/iX
331 Guest login ok, send ident as password.
Password:
230 User logged on
Remote system type is MPE/IX
Check the Session and Group
Check the session and group you are accessing. This example shows the user logged on
with the working group, MYGROUP.
ftp> pwd
257 “/MYACCT/MYGROUP” is the current directory.
257 “SESS1,USER.MYACCT,MYGROUP” is the current session.
View Files in the Working Group
Examine the files in the working group using the FTP DIR command:
ftp> :DIR *
200 PORT command ok.
150 File LISTF opened; data connection will be opened
ACCOUNT = MYACCT GROUP = MYGROUP]
FILENAME CODE -----------LOGICAL RECORD-----------
SIZE TYP EOF LIMIT
NSCREEN1 256B FA 800 10000
NSCREEN2 80B FA 500 14000
NSPROGX PROG 1934W VB 4551 9480
PROGRAMX 256B FA 700 1350
256 Transfer complete
nnn bytes received in n.nn seconds (n.nn Kbytes/sec)
ftp>
Transfer a File to Your System
Transfer a remote MPE/iX file to your system using the GET command:
ftp> GET nscreen1
200 PORT command ok.
150 File NSCREEN1 opened; data connection will be opened
226 Transfer complete
nnn bytes received in n.nn seconds (n.nn Kbytes/sec)
ftp>
The file will be saved as nscreen1 on your system.
View Files in a Different Group
Examine the files in another group using the LS command with the group name:
ftp> LS @.group1
200 PORT command ok.