B2B Data Exchange
- B2B Data Exchange 10.5.0
- All Products
Field
| Definition
|
Basic Tab
| |
Label
| Specify a label for this task.
|
SFTP Server
| Select a pre-configured SFTP server from the drop-down list.
|
Advanced Tab
| |
Input Session ID
| Specify the reference to a valid SFTP Session that was created using the Output Session ID of an SFTP Task (e.g. ${SFTPSession}).
|
Output Session ID
| Specify an ID for this SFTP Session. A variable with the specified session ID will be created. The session ID can be referenced in the subsequent SFTP tasks.
|
Transfer Mode
| Specify the mode to transfer files. Select one of the following options:
Default is BINARY.
Connectivity to SFTP server version 4 is supported.
|
SFTP Server Tab
| |
Refer to the
SFTP Resource page for the SFTP Server field definitions.
| |
Control Tab
| |
Version
| The version of this task.
|
Log Level
| Specify the level of logging to use while executing this task. Valid options are - silent, normal, verbose and debug.
Default Value: Inherited from parent Module
|
Execute Only If
| Specify a condition that must be satisfied before this task can be executed. This task will be skipped if the specified condition is not met.
|
Disabled
| Whether or not this task is disabled.
Default Value: false
|
On Error Tab
| |
On Error
| Specify the action to take when this task errors out. Valid options are - abort, continue, call:[module] and setVariable:[name]=[value]. For call:[module] replace [module] with the name of the module in the project (e.g. call:ErrorModule). For setVariable:[name]=[value] replace [name] with a variable name and [value] with the variable value (e.g. setVariable:error=true).
Default Value: Inherited from parent Module
|