<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading file from remote server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218334#M13577</link>
    <description>Try below example with tfilefetch. Supports http, https, ftp and smb 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/wZphtUXJPNp32p65z7XSgQ?section=Raa47862" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/wZphtUXJPNp32p65z7XSgQ?section=Raa47862&lt;/A&gt;</description>
    <pubDate>Wed, 13 Feb 2019 20:15:27 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-02-13T20:15:27Z</dc:date>
    <item>
      <title>Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218328#M13571</link>
      <description>Hi, 
&lt;BR /&gt;We have a requirement to read the file from the Remote Server (Linux) and have to load them into the Target.
&lt;BR /&gt;If am not wrong it can be established using FTP components. But the Limitation is I should not copy the File to the local directory. Is there any way to read the data from the file in remote server without copying them onto my local machine Inputs would be useful.
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 09 Jan 2014 11:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218328#M13571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218329#M13572</link>
      <description>hi, 
&lt;BR /&gt;use buffer (tBufferOutput) to store in memory.
&lt;BR /&gt;And read it later with tBufferInput.
&lt;BR /&gt;as it store in memory adapt you jvm allocated memory to your need.
&lt;BR /&gt;hope it helps
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 09 Jan 2014 13:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218329#M13572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218330#M13573</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the quick reply.. 
&lt;BR /&gt;If the volume of data is less means we can go with that.
&lt;BR /&gt;But in our case the volume of data is large.
&lt;BR /&gt;So i fear JVM memory cant be changed to our need.
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 09 Jan 2014 15:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218330#M13573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T15:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218331#M13574</link>
      <description>Can you run your job on the remote server? What is your target?</description>
      <pubDate>Thu, 09 Jan 2014 15:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218331#M13574</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2014-01-09T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218332#M13575</link>
      <description>I am also facing the same issue. My talend job has to read a file from unix server and load it into oracle database. Is there a way we can achieve this ? The file size in this case is big.</description>
      <pubDate>Tue, 10 Feb 2015 21:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218332#M13575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-10T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218333#M13576</link>
      <description>&lt;P&gt;I too have similar kind of requirement reading file directly from remote. Appreciate if any suggestions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 17:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218333#M13576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-13T17:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading file from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218334#M13577</link>
      <description>Try below example with tfilefetch. Supports http, https, ftp and smb 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/wZphtUXJPNp32p65z7XSgQ?section=Raa47862" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/wZphtUXJPNp32p65z7XSgQ?section=Raa47862&lt;/A&gt;</description>
      <pubDate>Wed, 13 Feb 2019 20:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-file-from-remote-server/m-p/2218334#M13577</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-13T20:15:27Z</dc:date>
    </item>
  </channel>
</rss>

