Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sequence of file process ,pull file from source and target

Hi, i am facing to implement below requirement.

requirement : I have two source folder( lets say A and B) , have to pull file from it and post to FTP server. but there is sequence after pulling file from A folder and posting to FTP server C location , then other process pull file from folder B and Post to FTP server D location. could you please help me, for this implementation.

I am trying to do this in Talend ESB

Labels (4)
2 Replies
manodwhb
Champion II
Champion II

@ashishiimt ,do you want to upload a file from your local path to FTP severer? then you can use tFTPPut component place the file from your local location to FTP server.

 

0683p000009M4QC.png

Anonymous
Not applicable
Author

Hi Manohar, thanks for the reply.
I need to pull file from Unix box through Network file transfer (NFS) and Post file in to FTP server , through FTP PUT.
how to make a sequence of process flow, as there is two different folder in to NFS drive and post file in different location in to FTP server. when once process complete then other process pull file from NFS drive and post in to FTP server.