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

Appendix B 91
Using the FTP Server
Start FTP
AFILE1234 80B FA 800 104800
AFILENAM 80B FA 800 104800
AFILEXX 80B FA 800 104800
226 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:
ftp> USER session1,username/userpass.acctname/acctpass,groupname/grouppass
Press the return key when prompted for passwords.
The following example shows: no session, and a password for the
account only:
ftp> USER myname.myacct/acctpass
331 Password required for MYNAME.MYACCT/ACCTPASS [userpass]
[,accountpass][,grouppass]
Password: (press return)
230 USER LOGON ON.
ftp> pwd
257 “MYACCT/MYPUB” is the current directory.
257 “,MYNAME.MYACCT,PUB” is the current session.
NOTE Each password can only be entered once. For example, if you enter the
account password as part of the USER string, you cannot re-enter it at
the password prompt.
If you enter passwords as part of the logon string, they are displayed in
the message text of the password prompt.