Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)
Appendix B 89
Using the FTP Server
Start FTP
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 you 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.
150 file LISTF opened; data connection will be opened<R> AFILE.GROUP1
TSCREEN.GROUP1
TSCREEN2.GROUP1
NSPROG1.GROUP1
NSPROG2.GROUP1
NSPROG3.GROUP1
NSPROGRAM.GROUP1
226 Transfer complete
nnn bytes sent in n.nn seconds: (n.nn Kbytes/sec)
ftp>
Note that this display is different than using the LS command with no
group name which displays only file names.
Transfer a File From Another Group
Transfer a binary file from MPE/iX to your system from other than the
current working group:
ftp> BINARY
200 Type set to I.
ftp> GET NPROGRAM.GROUP1
The MPE/iX file will be saved as NPROGRAM.GROUP1 on your system.