B2B Data Exchange
- B2B Data Exchange 10.4.0
- All Products
Field | Definition |
Basic Tab | |
Label | Specify a label for this action. |
Source File | Specify the path and file name of a single file to upload. A file name is required, it may not be a directory name only. |
Source Files Variable | Specify the name of a variable of type File List which contains the files to upload to the remote server. For example, ${variableName}. |
Destination File | Specify the destination file. This is valid only when uploading a single file. |
Destination Directory | Specify the directory on the remote system to which the files should be uploaded. The directory may be an absolute path or relative to the current working directory. |
Transfer Options Tab | |
Data Type | Specify the data type to use when transferring the files. The default value is 'auto' which uses the file extensions and/or the content type of the file to determine the correct download mode. Default Value: auto |
Preserve Timestamp | Select the desired option for timestamp preservation. The timestamp preservation allows the destination files to have the same modification timestamp as the source files. Not all servers support the timestamp preservation feature. Default Value: none |
File Name Prefix | Specify a string to attach to the beginning of the destination file names. |
File Name Suffix | Specify a string to attach to the end of the destination file names. |
Output Variables Tab | |
Destination Files Variable | If desired, specify the name of a variable which will contain the files on the remote system that were successfully uploaded. This variable will be of type Remote File List and may be used in subsequent tasks that accept a Remote File List input variable. The variable will be created if it does not exist. |
Number of Files Uploaded Variable | If desired, specify the name of a variable which will contain the number of files uploaded. The variable may be used in subsequent tasks. The variable will be created if it does not exist. |
Processed Source Files Variable | If desired, specify the name of a variable which will contain the files on the local system that were succesfully uploaded. This variable will be of type File List and may be used in subsequent tasks that accept a File List input variable. The variable will be created if it does not exist. |