<?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 Read FTP Files Directly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349331#M116324</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I was just wondering if there is a way in Talend to read FTP files directly without downloading them to local drive?&lt;BR /&gt;I want to load data from ftp files to mysql database directly.&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2017 01:43:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-16T01:43:28Z</dc:date>
    <item>
      <title>Read FTP Files Directly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349331#M116324</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I was just wondering if there is a way in Talend to read FTP files directly without downloading them to local drive?&lt;BR /&gt;I want to load data from ftp files to mysql database directly.&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 01:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349331#M116324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T01:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read FTP Files Directly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349332#M116325</link>
      <description>map network drive as local - NFS for Linux, SMB for Windows 
&lt;BR /&gt;FTP not mean read files - it is File 
&lt;B&gt;Transfer&lt;/B&gt; Protocol</description>
      <pubDate>Thu, 16 Mar 2017 01:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349332#M116325</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-16T01:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read FTP Files Directly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349333#M116326</link>
      <description>&lt;BLOCKQUOTE&gt;
  vapukov wrote: 
 &lt;BR /&gt;map network drive as local - NFS for Linux, SMB for Windows 
 &lt;BR /&gt;FTP not mean read files - it is File 
 &lt;B&gt;Transfer&lt;/B&gt; Protocol 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;thanks for your reply.&amp;nbsp; 
&lt;BR /&gt;yes i know what ftp means. i was just wondering if there is one component in talend that "reads" the ftp file directly. by "reads" i mean, the component does the accessing, downloading/transferring of file (to a temp folder), then after the job runs, automatically deletes the file. 
&lt;BR /&gt;Currently, I will have to use at least three components to this. My talend job already has a lot of component, complex and complicated, inside it and I wanted to avoid adding more if I can.&amp;nbsp; 
&lt;BR /&gt;If there is none, that is fine.</description>
      <pubDate>Thu, 16 Mar 2017 02:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349333#M116326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T02:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read FTP Files Directly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349334#M116327</link>
      <description>no, not this component present
&lt;BR /&gt;
&lt;BR /&gt;ftp is legacy protocol, it wide supported, but still legacy
&lt;BR /&gt;if You want change something - think wide (different), the are many variants:
&lt;BR /&gt;[list=1]
&lt;BR /&gt;
&lt;LI&gt;as mentioned above - map drive as local&lt;/LI&gt;
&lt;BR /&gt;
&lt;LI&gt;change Pull to Push technology, make the Job running on Source, which - upload file to Target server.&amp;nbsp;&lt;/LI&gt;
&lt;BR /&gt;
&lt;LI&gt;Run daemon on source - parse (tail) files and push row by row to message queue&lt;/LI&gt;
&lt;BR /&gt;
&lt;LI&gt;same as before but from source application if possible - direct to MQ (kafka as example)&lt;/LI&gt;
&lt;BR /&gt;
&lt;LI&gt;etc&lt;/LI&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2017 02:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-FTP-Files-Directly/m-p/2349334#M116327</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-16T02:12:46Z</dc:date>
    </item>
  </channel>
</rss>

