PUT Method (By Specifying the Transfer Definition File)
You can use the PUT method (sending) to send the file to HULFT on the remote machine by specifying the transfer definition file.
Command
webconnect-transfer-cli put -p filePath [-c filePath]
Explanation of Parameters
- put
-
Indicates the PUT 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.