Skip to main content
Version: 5.5

Cloud File Access - File Write - Transfer Object

Cloud File Access - File Write - Transfer Objects can upload files to the cloud and modify existing files in the cloud. Container/bucket names from the cloud and file names from the cloud or as constants can be selected. You can configure the transfer object directly within the connection as described.

After double-clicking on the transfer object, set the following properties:

Section: Output Container/Bucket

OptionDescription
Output Container/BucketTarget container/bucket dynamic or static. If the target container is dynamic, it can be specified at runtime using an arrow.

Section: Existing Files

OptionDescription
Transfer Options

Overwrite: Target file is completely replaced by new file.

Generate error: If the target file exists, the transfer is aborted with an error. Ignore: File is not written.

Section: File Settings

OptionDescription
Dynamic or Static File NameSelect a static file name or transfer a file name at runtime using an arrow.
Prefix UTC timestampIf enabled, the current UTC timestamp is prefixed to the file name. For example, the file "test.txt" becomes "20191204_095646_test.txt".
Write binary dataSelect this option if you want to write a binary file. (E.g., *.doc, *.jpg, * .xlsx).
Write textSelect this option if you want to write a simple text file. You can also select the file encoding.