Attach Content - FTP
Sets the binary of a document to a binary found on an FTP server at the location found using the Path Expression.
Configuration
To use this task go to the task tab in your job. Select the task from the drop down and click the plus circle to configure the task. Click done after making any changes to save.
Condition check
It will execute the task when the condition's result is 'true', 't', 'on', '1', or 'yes' (case-insensitive), or run on all conditions if left empty. This condition is evaluated for each document, determining whether the task should be executed based on the specified values.
Example: If I only want to run this task for PDF documents I would use the expression: equals('#{rd.mimetype}',"application/pdf")
Username
The username needed to log in to your FTP server
Password
The password needed to log in to your FTP server
Host URL
The URL of the FTP server
Encrypt Data
Sets whether to encrypt the data connection to the FTP server with TLS. Note that Use FTPS must be checked if you use this.
Use FTPS
Sets whether to use FTP with SSL protocol.
Is Implicit
Sets whether to use FTP implicit SSL or FTP explicit SSL
EPSV With IPV4
Sets whether to use EPSV with IPV4.
Server Port
The port your FTP server is listening on
Thread Count
Number of FTP poster threads
API Keys
Processor: FTPTask
Key |
Display Name |
Type |
---|---|---|
use_condition | Check a condition before executing this task. | Boolean |
task_condition |
Condition |
String |
task_stop_proc |
Stop Processing |
Boolean |
ftp_user_name |
User Name: |
String |
ftp_password |
Password: |
String |
ftp_host |
Host: |
String |
ftp_port |
Server Port: |
LONG |
ftp_path_expression |
Path Expression: |
String |
ftp_use_ftps |
Use FTPS: |
Boolean |
ftp_is_implicit |
Is Implicit: |
Boolean |
ftp_encrypt_data |
Encrypt Data: |
Boolean |
ftp_eps_with_ipv4 |
EPSV With IPV4: |
Boolean |
ftp_trace_logging |
Log FTP Calls: |
Boolean |