Client Properties |
The Client type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsrfToken |
A string that is randomly generated upon sign on. To maintain security, this must be supplied as a form value named 'csrftoken' when
an API web application generates a form for a "direct upload" against MOVEit Transfer version 8.0.1.0 or higher.
|
![]() | HomeFolderID |
The ID of this user's home folder.
|
![]() | HomeFolderPath |
The full path of this user's home folder.
|
![]() | Host |
Address of MOVEit Transfer server.
|
![]() | IgnoreCertProbs |
For secure connections, whether to ignore SSL server certificate issues or not.
|
![]() | OrgID |
ID of the currently signed on user's organization.
|
![]() | OrgName |
Name of the currently signed on user's organization.
|
![]() | Port |
TCP port to connect to MOVEit Transfer server over.
|
![]() | ProxyHost |
Address of proxy server to use.
|
![]() | ProxyPassword |
Password to use to authenticate to proxy server.
|
![]() | ProxyPort |
TCP port of proxy server to use.
|
![]() | ProxyUsername |
Username to use to authenticate to proxy server.
|
![]() | ScriptPath |
Subdirectory path in which MOVEit Transfer resides on the webserver.
|
![]() | Secure |
Whether to connect securely to MOVEit Transfer or not.
|
![]() | SessionID |
Session ID string for the currently active session.
|
![]() | StatusCode |
Status code of the most recent transaction. A value of 0 indicates no error occurred.
|
![]() | StatusDescription |
Status description of the most recent transaction.
|
![]() | UserListCount |
The total number of users found by the most recent user list transaction. If no user list
transaction has been performed yet, -1 will be returned.
|
![]() | Username |
Username of the currently signed on user.
|
![]() | UserRealName |
Display name of the currently signed on user.
|
![]() | WelcomeMessage |
The organization welcome message.
|