Table of Contents
FTP deliveries
Purpose
Delivers files to FTP-server.
Original Manual
This node writes files to an FTP address.
Set the IP or DNS address for the FTP server.
Port
Sets the port number to use. Usually 21.
Username/Password
Here you specify user name and password. If none is specified an Anonymous login will be used.
Path
This is the path in which to look for files. Should be specified as "/path/sub-path/another_path/". If none is specified, the default path from FTP server will be used.
Prefix
This input enables you to insert custom text ahead of the output file. Supports global variables.
Suffix
This input enables you to append custom text to output file. The source extension will not be affected. Supports global variables.
This will overwrite existing file with same name as being delivered.
Unique name
If the file name exist this option will append a '_n' to the file name. 'n' is number ranging from 1 to what ever is necessary to produce a unique file name.
Zero padding
Prepads zeroes (0) to the uniqe file numbering, filling out to fit the selected amount in drop down menu.
Drop original name
Checking this option will discard the original name of the file being processed. This option in conjunction with "Prefix" and Suffix" makes it possible to entirely change the name of the file being delivered.
Drop extension
Checking this option will discard the extension of the file being delivered.
Case
Force either UPPER or lower letters for output name.