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

92 Appendix B
Using the FTP Server
Start FTP
Groups
An MPE/iX user account can contain many groups, each containing
files. A group is comparable to a directory, but only to one level. Unlike
UNIX systems, the MPE/iX file system is not hierarchical.
The MPE/iX account manager can assign a default group for a user
account. For example, the user account MYNAME.ARPACCT is assigned a
default group PUB (with no group password). The user logon is as
follows:
ftp> USER MYNAME/userpw.ARPACCT/acctpw
331 Password required for MYNAME/USERPW.ARPACCT/ACCTPW [userpass]
[,accountpass][,grouppass]
Password: (press return)
230 USER LOGON ON.
ftp> PWD
257 “MYACCT/MYGROUP” is the current directory.
257 “,MYNAME.ARPACCT,PUB” is the current session.
Changing Groups
To change groups you CD as follows:
ftp> PWD
257 “MYACCT/MYGROUP1” is the current directory
257 “,MYNAME.MYACCT, GROUP1” is the current session
ftp>cd ../GROUP2
250 CWD file action successful
ftp> PWD
257 “MYACCT/GROUP2” is the current directory
257 “,MYNAME.MYACCT, GROUP1” is the current session