Overview
This document describes the parameters Triofox Windows client supports.
By default, windows client is installed under "C:\Program Files\Triofox Windows Client\". The executable is ClientShell.exe.
Usage
Start Windows Client for the first time
This command will start the client and sign on as the user specified. The user's security token will be cached after a successful sign on:
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /a:<accesspoint> /u:<username> /p:<password>
For example:
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /a:https://cloud.triofox.io /u:test@abc.com /p:pass
Start Windows Client with a valid cached token
If the client had signed in successfully recently, there is a cached security token. This command can be used:
"c:\Program Files\Triofox Windows Client\ClientShell.exe"
If the security token is invalid the user will be prompted to sign in.
Terminate the client without invalidating the security token
If the client is running, it is terminated but the cached credentials are not invalidated.
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /exit
Logout Client invalidating the security token
This command sign the user out and invalidates the security token. The client continues to run, presenting the user with a sign on dialog.
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /logout
Debugging
The following two parameters will send output to dbgview. Need to setup dbgview and check the output there. See the article "Capture Trace in Triofox Windows Client/Server Agent" for details to setup dbgview.
Show currently open file handles
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /dumphandle
In dbgview, see output starting with [DBG][DumpFileHandle]
Show currently locked files
"c:\Program Files\Triofox Windows Client\ClientShell.exe" /dumplock
In dbgview, see output starting with [DBG][DumpLocks]
Comments
0 comments
Please sign in to leave a comment.