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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
talendtester
Creator III
Creator III

Can a Windows job read a file on a Linux server without copying?

I have a Windows server and a Linux server.
Is it possible to use a Talend job running on the Windows server to read the contents of a delimited file on the Linux server WITHOUT first copying the file to the Windows server?
Using tFTPFileList_1 > tIterateToFlow_1 > tLogRow_1 I can see the names of the file on the Linux server.
Labels (2)
1 Reply
Anonymous
Not applicable

Hi
No, it is impossible to set directly a remote file path, to get around it, you can set a UNC path if possible. see
http://www.talendforge.org/bugs/view.php?id=15485
Best regards
Shong