Hitachi

uCosminexus Service Platform Reference Guide


csaftpuserdel (Deleting FTP adapter users)

Organization of this page

Format

csaftpuserdel [-h]
 -user login-user-ID
 { -f path-of-FTP-adapter-account-definition-file | -name service-ID }

Function

Deletes a user registered in the FTP adapter account definition file.

For details on how to use this command, see 5.4.14 Checking and changing the user information of the FTP adapter in the Service Platform Setup and Operation Guide.

Arguments

-h

Displays the usage of commands. When you specify this option, all other options are ignored even if specified.

-user login-user-ID ~ <one-byte alphanumeric characters and one-byte symbols> ((1 to 80 characters))

Specifies the user ID to be deleted. 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:

  • Exclamation mark (!)

  • Double quotation mark (")

  • Hash mark (#)

  • Dollar sign ($)

  • Percent sign (%)

  • Ampersand (&)

  • Apostrophe mark (')

  • Left parenthesis (()

  • Right parenthesis ())

  • Asterisk (*)

  • Plus sign (+)

  • Comma (,)

  • Hyphen (-)

  • Period (.)

  • Forward slash (/)

  • Colon (:)

  • Semicolon (;)

  • Left angle bracket (<)

  • Right angle bracket (>)

  • Equal sign (=)

  • Question mark (?)

  • At mark (@)

  • Left square bracket ([)

  • Right square bracket (])

  • Yen sign (\)

  • Caret (^)

  • Underscore (_)

  • Grave accent mark (`)

  • Left curly bracket ({)

  • Right curly bracket (})

  • Vertical bar (|)

  • Swung dash (~)

-f path-of-FTP-adapter-account-definition-file

Specifies the relative or absolute path of the FTP adapter account definition file. To include spaces, enclose the entire option argument in double quotation marks (").

-name service-ID ~ <halfwidth alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the service ID of the FTP adapter. If the -name option was not specified when the user was registered, specify the -f option rather than this option.

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

9

An error occurred when checking the execution permission.

Notes