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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creating a Job for listing and getting files on an FTP directory

Hi,

Its my first time working on Talend IDE, I tried creating a job and getting files from a remote FTP directory but I cant't see the files in the local folder set. All seems to be working fine, I don't know where I missed it.
Your help will be appreciated.

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@kayoyetade,

tsetproxy use to set the proxy,since i am not able to connect to FTP server with out proxy.

tjava to just to print the global map of the file from filelist

tFTPput :-i just use to implement my logic,you can use your way

View solution in original post

4 Replies
manodwhb
Champion II
Champion II

@kayoyetade, use in the below way.

 

 

0683p000009Lx6a.png

 

Anonymous
Not applicable
Author

Thank you for the prompt response. I would appreciate the component properties for
tSetProxy, tJava, and tFTPPut
Anonymous
Not applicable
Author

@manodwhb

Please see attached file.

Am sure am missing out some settings. Kindly avail me screen shot of the properties of each components.


Talend_1.docx
manodwhb
Champion II
Champion II

@kayoyetade,

tsetproxy use to set the proxy,since i am not able to connect to FTP server with out proxy.

tjava to just to print the global map of the file from filelist

tFTPput :-i just use to implement my logic,you can use your way