Click or drag to resize
Client Properties

The Client type exposes the following members.

Properties
  NameDescription
Public propertyCsrfToken
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.
Public propertyHomeFolderID
The ID of this user's home folder.
Public propertyHomeFolderPath
The full path of this user's home folder.
Public propertyHost
Address of MOVEit Transfer server.
Public propertyIgnoreCertProbs
For secure connections, whether to ignore SSL server certificate issues or not.
Public propertyOrgID
ID of the currently signed on user's organization.
Public propertyOrgName
Name of the currently signed on user's organization.
Public propertyPort
TCP port to connect to MOVEit Transfer server over.
Public propertyProxyHost
Address of proxy server to use.
Public propertyProxyPassword
Password to use to authenticate to proxy server.
Public propertyProxyPort
TCP port of proxy server to use.
Public propertyProxyUsername
Username to use to authenticate to proxy server.
Public propertyScriptPath
Subdirectory path in which MOVEit Transfer resides on the webserver.
Public propertySecure
Whether to connect securely to MOVEit Transfer or not.
Public propertySessionID
Session ID string for the currently active session.
Public propertyStatusCode
Status code of the most recent transaction. A value of 0 indicates no error occurred.
Public propertyStatusDescription
Status description of the most recent transaction.
Public propertyUserListCount
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.
Public propertyUsername
Username of the currently signed on user.
Public propertyUserRealName
Display name of the currently signed on user.
Public propertyWelcomeMessage
The organization welcome message.
Top
See Also