134Appendix C: Using FTP
ftp> commandmask mkdir set
Example of a MAP response:
Command mask for the mkdir command has been set
4Add user information associated with this command mask by typing ftp> adduserinfo user_id passwd default_dir privilege
and pressing the Enter key.
where |
|
user_id | is the user_ID |
passwd | is the password for this userID |
default_dir | is the default working directory |
privilege | is permission to access absolute path names: y gives |
| permissions, ndenies 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 of johnh johnh but does not have permission to use the mkdir command.
The following commands can be masked:
-cd
-get
-put
-putu
-delete
-rmdir
-mkdir
-pwd
-ls
-dir
-noop
5You have completed this procedure.
Procedure 11 Adding a userID with a new command timeout
Use this procedure to add a userID wih a command idle time of forever.
Step Action
1Start the FTP tool without connecting to a host by typing ftp> ftp
and pressing the Enter key.
2Determine the current default command timeout value by typing ftp> commandtimeout
and pressing the Enter key.