Creating a Job for putting files onto an FTP server - Cloud - 8.0

FTP

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > インターネットコンポーネント > FTP
データガバナンス > サードパーティーシステム > インターネットコンポーネント > FTP
データクオリティとプレパレーション > サードパーティーシステム > インターネットコンポーネント > FTP
Last publication date
2023-09-14

Create a Job to connect to an FTP server, then put several local files onto the server, finally close the connection to the server.

Procedure

  1. Create a new Job and add a tFTPConnection component, a tFTPPut component, and a tFTPClose component by typing their names in the design workspace or dropping them from the Palette.
  2. Link the tFTPConnection component to the tFTPPut component using a Trigger > OnSubjobOk connection.
  3. Link the tFTPPut component to the tFTPClose component using a Trigger > OnSubjobOk connection.