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.