132Appendix C: Using FTP
1Start the FTP tool without connecting to a host by typing ftp> ftp
and pressing the Enter key.
2Reserve a session by typing ftp> svreserve 1
and pressing the Enter key. Example:
ftp> svreserve 1
Example of a MAP response:
1 SERVER SESSION RESERVED
TOTAL NUMBER OF SERVER SESSIONS RESERVED
3Add user information associated with the reserved sessions by typing ftp> adduserinfo user_id passwd default_dir privilege
and pressing the Enter key.
where |
|
user_id | is the userID |
passwd | is the password for this userID |
default_dir | is the default directory on the host |
privilege | is permission to access absolute path names: y gives |
| permissions, n denies permissions |
Example: |
|
ftp>adduserinfo ‘johnh’ ‘johnh’ ‘/S00DTEMP’ y
Example of a MAP response:
BIND USERINFO PASSED
This userID can now FTP to this node and login using the userID and password johnh johnh.
4You have completed this procedure.
Procedure 9 Remove a server userID and unreserve a session
Use this procedure to disallow a userID to FTP to this node and to free up a server session.
Step Action
1Start the FTP tool without connecting to a host by typing ftp> ftp
and pressing the Enter key.
2Delete user information by typing ftp> deluserinfo user_id
and pressing the Enter key.