FTP settings tab (Destination Bulk Configuration)

Use this tab to create multiple FTP destinations at once. Documents routed to this destination will be sent to the FTP servers specified.

You can configure a default value and a dynamic override for most options. Default values are used to manage the documents as they are being sent to the destination. You can choose to dynamically override the default values using document properties and functions.

To Do this
Insert document properties Right-click in the desired override box, and click Insert Document Property. This displays a menu containing all of the available properties. You can select a property from the list or type the property name. If a property is selected and it contains a value, that value is processed instead of the default value.
Insert functions Right-click in the box, click Insert Function, and choose the appropriate function. See Using Output Manager functions for information on configuring functions.

Click directly in table cells to configure values for a destination.

Column Description
Name Specifies the name of the FTP destination.
FTP Server Specifies the FTP server, which can be an FTP or IP address.
Port Specifies the host's port number. The port number must be from 1 through 65536. The default value is 21.
User Name Specifies the user name that will be used when logging on to the host. If the host does not require a user name, you can leave this cell blank.
Password Specifies the user password that will be used when logging on to the host. If the host does not require a user password, you can leave this cell blank.
Target Folder Specifies the location on the host where the files will be placed. You must type the entire path of the folder or the path relative to the FTP user home directory (for example, if your home directory is at \FTP\UserName, you can specify either \FTP\UserName\MyDestFiles or \MyDestFiles).
Use Passive Mode Determines if the host mode will be passive or active. Selecting the check box selects passive mode, where the client creates a session to receive data. Clearing the check box will choose active mode, where the host creates a separate or new session to transfer data in response to a request from the client.