Skip to main content
Skip table of contents

How to control FT Client from the command line

Overview

The command line tool "VISULOX addon ftclient" allows to control the VISULOX FT Client application.

Usage

The following subcommands are available:

CommandDescription
listList and print FT Client objects.
addAdd a FT Client object.
editModify fields of a FT Client object.
deleteRemove a FT Client object.
fieldsList available fields in the database
listhostsList assigned hosts

FT Client elements (edit)

ElementDescription
-name <>

 Name of this definition <>

-comment <>

Comment for this definition <>

-mode <>Enable / disable this definition. Default value: on.
-resource <>Resource in passcache
-sshkeymask <>

Filtermask for SSH-keys provided in the sessions <>

-object <>User/group filter allowed to use this definition <>
-remoteip <>Remote IP from where this definition can be used <>
-accesspoint <>

Filter: Access Point <>

-hosts <>List of hosts assigned to this definition <>
-grant <>Set granted user in database record <>

Examples


List current available FT Client objects

CODE
visulox addon ftclient list

    ----------------------------
    | basicname |   recordmode |
    ----------------------------
    |  ft1-test |  enabled.map |
    |  ft2-test | disabled.map |
    ----------------------------

List available database fields

CODE
visulox addon ftclient fields

Display selected fields

CODE
visulox addon ftclient list -fields basicname,ft_assign_host,ft_comment

Add FT Client object

CODE
visulox addon ftclient add -name ft3-test

Edit FT Client object

CODE
visulox addon ftclient edit -name ft3-test -mode off

Remove an entry

CODE
visulox addon ftclient delete -name ft3-test


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.