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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFTPGet issue where copying files to the Talend Server

Hi,

I am using FTP to pull a file from a remote server, which I then want to copy to the local talend server for use in other jobs and processes.
I have used a tFTPConnection to tFTPFileList to tFTPGet routine, and the GET works absolutely fine if I use a directory to my local machine. i.e. Local Directory = "C:/"
But, as I say, I want the GET to put the file onto the talend server so that the job can be run out of hours when my machine isn't switched on. So I change the Local Directory to something like: "/var/etl/input/PROD/REPORTING/" and for some reason the file no longer copies across.
Other than the local directory in the tFTPGet, I am not changing any other settings.
Does anyone know why I am encountering this issue?
Thanks

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
I am using FTP to pull a file from a remote server, which I then want to copy to the local talend server for use in other jobs and processes.
But, as I say, I want the GET to put the file onto the talend server so that the job can be run out of hours when my machine isn't switched on. So I change the Local Directory to something like: "/var/etl/input/PROD/REPORTING/" and for some reason the file no longer copies across.

The local directory is the path to where the file is to be saved locally.
So far, Talend don't support for transferring data by air which means you have to fetch data from FTP server firstly, save it locally and then put it on another server.
The work flow should be: tFtpConnection-->tFTPFileList-->tFTPGet(fetch data from FTP server into local)-->tFtpPut(Put local data you fetched before on another server).
Feel free to correct us if we misunderstand your requirement.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,

Thanks for your response. I'm a little surprised that Talend doesn't support transferring by air - the implications are that I want the job to be run from the TAC out of hours, so there wouldn't be a local drive to use for the tGET as my computer and workspace would be switched off.

Just to confirm, the data I want the tGET the data too IS the Talend server.