Appendix C: Using FTP 133
where |
|
user_id | is the userID |
Example: |
|
ftp>deluserinfo ‘johnh’
Example of a MAP response:
DELETE USERINFO PASSED
This userID can no longer FTP to this node and login using the userID and password of johnh johnh.
3Unreserve a session by typing ftp> svunreserve 1
and pressing the Enter key. Example: ftp>svunreserve 1 Example of a MAP response:
0 SERVER SESSIONS STILL RESERVED.
4You have completed this procedure.
Procedure 10 Adding a userID with limited set of commands
Use this procedure to add a userID with a limited set of commands.
Step Action
1Start the FTP tool without connecting to a host by typing ftp> ftp
and pressing the Enter key.
2Reset the command mask to allow all commands by typing ftp> commandmask clear
and pressing the Enter key. Example: ftp>commandmask clear Example of a MAP response:
Command mask has been cleared.
3Set the command mask to disallow userID from using a command by typing ftp> commandmask command mask_state
and pressing the Enter key.
where |
|
command | is a specific command |
mask_state | is permission to use the command: clear gives permission, |
| set denies permissions |
Example: |
|