Putting files onto the FTP server - 7.3

FTP

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Internet components (Integration) > File Transfer Protocols > FTP components
Data Quality and Preparation > Third-party systems > Internet components (Integration) > File Transfer Protocols > FTP components
Design and Development > Third-party systems > Internet components (Integration) > File Transfer Protocols > FTP components
Last publication date
2024-02-21
Configure the tFTPPut component to put several local files onto the FTP server root directory.

Procedure

  1. Double-click the tFTPPut component to open its Basic settings view.
  2. Specify the connection details required to access the FTP server. In this example, select the Use an existing connection check box and from the Component list drop-down list displayed, select the connection component to reuse its connection details you have already defined.
  3. In the Local directory field, specify the local directory that contains the files to be put onto the FTP server. In this example, it is D:/components.
  4. In the Remote directory field, specify the FTP server directory onto which the files will be put. In this example, it is /, which means the root directory of the FTP server.
  5. In the Files table, click twice the [+] button to add two lines, and in the two Filemask column fields, enter *.txt and *.png respectively, which means only the text and png files in the specified local directory will be put onto the FTP server root directory.