Installing and Managing HP ARPA File Transfer Protocol Network Manager's Guide (36957-90157)
90 Appendix B
Using the FTP Server
Start FTP
Transfer Multiple Files from MPE/iX to Your
System
To transfer multiple files from MPE/iX to your system use the MGET
command:
ftp> MGET @
All files in the working group will be transferred and have the same
names as on MPE/iX (up to 8 alphanumeric characters, all capitals).
Transfer multiple files from other than the working group on MPE/iX to
your system.
ftp> MGET N@.GROUP1
The resulting file names are:
NSPROG1.GROUP1
NSPROG2.GROUP1
NPROGRAM.GROUP1
Transfer a File from Your System to MPE/iX
Transfer a local file to the MPE/iX working group using the PUT
command:
ftp> PUT yfile iXFILE
Use File Building Parameters
Transfer a local file to other than the MPE/iX working group, using
MPE/iX file building parameters:
ftp> PUT file2 newfile.group1;rec=-78, ,f,ascii
Transfer multiple ASCII files to MPE/iX using the MPUT command:
ftp> ASCII
200 Type set to A.
ftp> MPUT A*
If your system supports prompting, you are prompted whether or not
(yes or no) to transfer each file in the selected group of files.
Check that the files transferred:
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
AFILE 80B FA 800 104800
AFILE123 80B FA 800 104800