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

Chapter 5 53
Using the FTP Server
More Information About FTP and MPE/iX
Transfer Multiple Files to MPE/iX
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 A@
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 204800
AFILE123 80B FA 800 204800
AFILE124 80B FA 800 204800
AFILENAM 80B FA 800 204800
AFILEXX 80B FA 800 204800
256 Transfer complete
nnn bytes received in n.nn seconds (n.nn Kbytes/sec)
ftp>
If the file names are longer than eight characters, the file transfer fails. Note that all files
were saved with the default FTP ASCII file attributes: records of fixed length and 80 bytes.
More Information About FTP and MPE/iX
This section describes, in more detail, MPE/iX logon syntax and file system behavior when
using FTP.
MPE/iX User Accounts
MPE/iX user logon accounts are in the form:
ftp> USER
sessname
,
username
.
acctname
,
groupname
The sessionname parameter (
sessname
) is optional. Passwords may be required for all
three parts of the user account:
userpass,accountpass,grouppass
You can enter the user logon account and passwords together as follows: