Configuration parameters
Configuration parameters are stored in TransportClientSettings.json
Parameter | Description |
TransportMgrApiUrl | THRU MFT API URL |
TransportClientEndpointCode | Unique code of “Transport Client” endpoint in THRU MFT |
TransportClientSecretKey | Unique secret key of “Transport Client” endpoint in THRU MFT |
PushSourceFolderPath | Folder on user machine whose files will be pushed to THRU MFT if a specific file is not specified (see -f argument below) |
PushSourceFolderXferPath |
|
PushIsFileDeletion | Delete file after successful push operation |
PushIsPGPEncryption | Encrypt (PGP) file before push operation |
PushIsLanToLan | LAN to LAN mode is turned on |
PushIsSourceFileGrowthCheck | Enables check on file size changing (e.g. upload isn’t finished). File with changed size will not pushed (will be some attempts to push file with size checking) |
PushSourceFileGrowthCheckIntervalSec | Interval between file size checking |
PushSourceFileGrowthCheckRetryAttempts | Retries count with file size checking |
PullTargetFolderPath | Folder to which files pulled from THRU MFT will be saved on user machine |
PullTargetFolderXferPath |
|
PullIsFileOverwrite | File will be overwritten (if such already exists) on user machine when pulling from THRU MFT |
PullIsPGPDecryption | Decrypt (PGP) file before pull operation |
PullPGPDecryptionPrivateKeyFilePath | Path to file with private key |
PullPGPDecryptionPrivateKeyPassPhrase | Password to file with private key |
ServiceProcessingPath | Folder for storing “Transport Client” utility metadata |