GET Method (By Specifying the Transfer Definition File)
You can use the GET method (send request) to receive the file from HULFT on the remote machine by specifying the transfer definition file.
Command
webconnect-transfer-cli get -p filePath [-c filePath]
Explanation of Parameters
- get
-
Indicates the GET command (Mandatory)
- -p filePath
-
Full path of the transfer definition file (Mandatory)
For details on the transfer definition file, refer to CLI Settings.
- -c filePath
-
Full path of the CLI configuration file (Optional)
If this option is not specified, '{CLI installation directory}/config/transfer-cli.conf' will be referenced.
For details on the CLI configuration file, refer to CLI Settings.