Fields
Path of the file
A required field. The location on the “source filesystem” where the file to be moved can be found. Supports placeholders to use file names from the entity data.Source filesystem
A required field. The filesystem where the original file is located.Destination filesystem
The filesystem where the file will be moved to. By default, the filesystem selected as “source filesystem” will be used. This allows users to move a file on the same filesystem. By selecting different filesystem users can move a file across filesystems. For example, from a FTP server to a S3 bucket.Destination directory
A path where the file will be moved to on the “destination filesystem”. By default, the root directory configured on the selected filesystem will be used.When the destination exists
Determines what happens when a file already exists on the destination filesystem.-
Skip
- Do not move the file.
-
Overwrite
- Move the file, replaces the file on the destination filesystem.
-
Rename
- If the file exists on the target filesystem, then Alumio tries to find a filename that does not exist on the target system to prevent overwriting existing files.