Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ftshwsuo

&pagelevel(3)&pagelevel

Note on usage

Function: Displaying openFT-Script user options

User group: FT user and FT administrator

Functional description

You use the ftshwsuo command to display the directory in which the openFT-Script requests are to be stored. In addition, ftshwsuo displays the limits currently set.

Format

ftshwsuo -h |

[ -csv ]
[ -u=<user ID> | @a ]

Description

-h

Outputs the command syntax on screen. Any specifications after -h are ignored.

-csv

The information is output in CSV format. If you do not specify -csv then the information is output in table format.

-u=user ID| @a

User ID whose openFT-Script options are to be displayed: @a means that the openFT-Script options of all active openFT-Script users as well as of all openFT-Script users who have a working directory other than the default openFT-Script working directory are to be displayed.

Only administrators may specify a user ID or @a (all user IDs).

The default value is the calling party's user ID.

Output in table format

Common Ftscript User Limits:    Threads: <mmm>  File Transfers:  <nnn>
User              FtscriptWorkdir
---------------------------------
<user>            <path name>

Explanation

Threads: <mmm>

mmm is the maximum number of threads which openFT-Script simultaneously executes in a Java VM of a user.

File Transfers: <nnn>

nnn is the maximum number of simultaneous openFT file transfers which openFT-Script triggers from a Java VM of a user.

*CLIM for nnn means that the default file transfer limit applies, i.e. 2 * CONN-LIM where CONN-LIM is the connection limit set via operating parameters, see output of the ftshwo command.

<user>

User ID

<path name>

Designates the name of the openFT-Script working directory that the user has set with ftmodsuo without the subdirectory names created by openFT-Script.

If the user has not set any special working directory then the name of his or her home directory is output since this is the openFT-Script directory by default and is used to store the openFT-Script requests.