Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Checking if file is delivered on FTP Server

Good day,

Could someone help me please.

I’m generating a file and transferring it to a FTP Server. I want to check if the file was successfully/failed delivered on the server and then log the response on a table I created.

Please assist.

Thanks,

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hey Ntheteng,

 

In most Talend components, you are able to check whether the work supposed to be done have been correctly done.

Click right on component, Trigger section and look for "On Component OK" and "On Component Error".

 

In your case, the component is tFTPPut.

 

Hope is helps.