Skip to main content
Version: 5.4

Cloud File Access- File Write-Transferobject

Cloud file access file write transfer objects can upload files to the cloud and modify existing files in the cloud. In doing so, container/bucket names from the cloud and filenames from the cloud or as a constant can be selected. You can directly configure the transfer object 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.

Create 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 use an arrow to enter a file name at runtime.
Prepend UTC timestampWhen enabled, the current UTC timestamp is prepended to the file name. For example, “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. In addition, the file encoding can be selected.