FTP properties
FTP connection
Select FTP in the list and configure the connection.
Configuration
Select your engine from the list and set the main and advanced settings.
Property | Configuration |
---|---|
File protocol | Select the type of protocol to be used to connect to the server. |
Host | Enter the IP address or hostname of the FTP server. |
Port | Enter the listening port number of the FTP server. If blank, the default port will be used (21 for FTP). |
Use credentials | Enable this option if user authentication (username and password) is required to access the FTP server. |
Use client certificate | Enable this option if a client certificate is required to access the
SFTP server. Enter the user key you generated and the pass phrase. This option is only available if you selected the SFTP connection type. |
Property | Configuration |
---|---|
Trust type |
Select one of the options depending on the type of server certificate
verification you prefer:
This option is only available if you selected the FTPS connection type. |
Protocol |
Enter the protocol used to initiate the secured connection. Use one of the following values: SSL, SSLv2, SSLv3, TLS, TLSv1, TLSv1.1, TLSv1.2. This option is only available if you selected the FTPS connection type. |
Keep-alive timeout | Sets the maximum waiting time in milliseconds before sending another control keep-alive message. |
Keep-alive reply timeout | Sets the maximum time in milliseconds to wait for keep-alive message replies before continuing. |
Connection timeout (ms) | Sets the maximum waiting time in milliseconds before cancelling the connection. This option is only available if you selected the SFTP connection type. |
Authentication timeout (ms) | Sets the maximum waiting time in milliseconds before cancelling the authentication. This option is only available if you selected the SFTP connection type. |
After configuring the connection, give it a display name (mandatory) and a description (optional).
FTP dataset
Property | Configuration | |
---|---|---|
Dataset name | Enter a display name for the dataset. This name will be used as a unique identifier of the dataset in all Talend Cloud apps. | |
Connection | Select your connection in the list. If you are creating a dataset based on an existing connection, this field is read-only. |
After configuring the dataset, give it a description (optional).
Property | Configuration |
---|---|
Path | Enter the path to the file to be read/written. |
Format | Alternatively, select in the list the format of the file to be retrieved
and enter or select the information related to this file format:
|
Property | Configuration |
---|---|
Escape character | CSV-specific parameter allowing you to enter the escape character between double quotation marks. By default, it is /. |
Quote character | CSV-specific parameter allowing you to enter the enclosure character (only one character) between double quotation marks. For example, """ needs to be entered when double quotation marks (") are used as the enclosure character. |
Infer all JSON numbers as double | JSON-specific parameter allowing you to identify all JSON numbers as the double datatype. |