csmftpaddusr (Registering and updating FTP inbound adapter users)
Format
csmftpaddusr -usr user-name
-pass password
[-r]
Function
Registers a user in an FTP inbound adapter. If a user is already registered, this command updates the password.
For details on how to use this command, see 5.4.12 Checking and changing the user information for an FTP inbound adapter in the uCosminexus Service Platform System Setup and Operation Guide.
Arguments
-usr user-name ~ <one-byte alphanumeric characters and one-byte symbols> ((1 to 80 characters))
Specifies the name of the user to be registered or updated. You cannot register a user whose user name is not specified (anonymous user).
You can specify one-byte alphanumeric characters, one-byte symbols (0x21 to 0x7E in ASCII encoding), and one-byte spaces (0x20 in ASCII encoding). The characters are case sensitive. The available one-byte symbols are as follows:
-pass password ~ <one-byte alphanumeric characters and one-byte symbols> ((1 to 80 characters))
Specifies the password for the user name to be registered or updated. You can specify one-byte alphanumeric characters, one-byte symbols (0x21 to 0x7E in ASCII encoding), and one-byte spaces (0x20 in ASCII encoding). The alphabetic characters are case sensitive. The available one-byte symbols are the same as those for the -usr option.
To change the password (when the -r option is specified), specify the new password.
-r
Specify this option to change the password of the user ID that is already registered.
Return values
Return value | Meaning |
---|---|
0 | The command terminated normally. |
1 | The command terminated abnormally. |
3 | An exclusion error occurred. |
9 | An error occurred when checking the execution permission. |
Notes