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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] SEND FOLDER TO FTP SERVER

Morning all,
I am trying to send an entire folder to a FTP Server by using tFTPPut but impossible.
I know it is not possible with this component and i also check on Talend exchange but nothing.
May somebody recommand me a solution please?

Thanks,

Labels (2)
6 Replies
Anonymous
Not applicable
Author

Hi,
Have you tried to use tfilelist to fetch your files in a folder and then put them into FTP server by using tFtpPut component?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello xdshi,

I did yor suggestion, and it upload just one file but i have 2 iteration.
You can see it on the screenshot

0683p000009MFKW.jpg

Tx
Anonymous
Not applicable
Author

Hi,
Would you mind posting your tftpput component setting screenshot into forum?
Best regards
Sabrina
Anonymous
Not applicable
Author

I have a job that selects all files in a directory and sub directorys 
Anonymous
Not applicable
Author

Hi,
Is there any update for your issue? Feel free to post your issue here.
Best regards
Sabrina
Anonymous
Not applicable
Author

Dear xdshi,
Like i said in my post #3 your suggestion should be the best way to solve this issue.
But i mean, i need to give many details to let you and other persons give me good idea.
So in local on my computer, i have for exemple this structure of folder
Main_Folder
      Sub_Directory1   == > which contains file1.csv
      Sub_Directory2   == > which contains file2.csv

And i have the same structure on my FTP Server, like bellow
  /
  Sub_Directory1
  Sub_Directory2

So what i am trying to do is to put in my FTP Server and respectively in each Directory the correct file.

And like request, see bellow the config of components tFileList tFTPPut

0683p000009MFKb.jpg

components  tFTPPut
0683p000009MFKg.jpg
For information, with these configurations, i upload only file2.csv


Thanks for help,