<?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 Download zip file from FTP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346224#M113653</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;How can i download a zip file from ftp to a local directory using Talend.I tried a sample job with 3 components- tFTPConnection,tFTPFileList &amp;nbsp;and tFTPGet.The job is executing without any error.But no file is downloaded to local directory.Please help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sreedevi&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 11:34:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-02T11:34:42Z</dc:date>
    <item>
      <title>Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346224#M113653</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;How can i download a zip file from ftp to a local directory using Talend.I tried a sample job with 3 components- tFTPConnection,tFTPFileList &amp;nbsp;and tFTPGet.The job is executing without any error.But no file is downloaded to local directory.Please help.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sreedevi&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 11:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346224#M113653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346225#M113654</link>
      <description>Hi Sreedevi, 
&lt;BR /&gt;Did you set "Filemask" in tFtpFileList component? You can enter the filename or filemask using wildcharacters (*) or regular expressions. 
&lt;BR /&gt;Have you&amp;nbsp; checked the related scenario in component reference: 
&lt;A href="https://help.talend.com/search/all?query=tFTPFileList" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFTPFileList&lt;/A&gt; 
&lt;BR /&gt;Is there any error message printed on console when check out "Die on error" option in component tFtpGet? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 03 Mar 2016 03:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346225#M113654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T03:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346226#M113655</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.I tried the job by applying filemask.I could download a CSV file from ftp.My requirement is to download a zip file.So i changed the filemask as "*.zip" and run the job.But zip file is not downloaded.Do we need to apply any special setting in any of the components for downloading zip file rather than csv.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sreedevi</description>
      <pubDate>Thu, 03 Mar 2016 07:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346226#M113655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346227#M113656</link>
      <description>Hi,&lt;BR /&gt;Is there any error message printed on console when check out "Die on error" option in component tFtpGet?&lt;BR /&gt;Could you please show us your job setting screenshots?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 03 Mar 2016 08:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346227#M113656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346228#M113657</link>
      <description>Hi Sabrina,&lt;BR /&gt;I got it working.I changed the filemask with the exact file name.I think the issue was in setting filemask.Thanks for your support.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sreedevi</description>
      <pubDate>Thu, 03 Mar 2016 08:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346228#M113657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T08:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346229#M113658</link>
      <description>Hi,&lt;BR /&gt;Great it is fixed. Feel free to let us know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 03 Mar 2016 09:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346229#M113658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T09:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download zip file from FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346230#M113659</link>
      <description>Hi Sreedevi, 
&lt;BR /&gt;Did you set "Filemask" in tFtpFileList component? You can enter the filename or filemask using wildcharacters (*) or regular expressions. 
&lt;BR /&gt;Have you&amp;nbsp; checked the related scenario in component reference: 
&lt;A href="https://help.talend.com/search/all?query=tFTPFileList" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFTPFileList&lt;/A&gt; 
&lt;BR /&gt;Is there any error message printed on console when check out "Die on error" option in component tFtpGet? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 07 Mar 2016 04:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-zip-file-from-FTP/m-p/2346230#M113659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T04:20:12Z</dc:date>
    </item>
  </channel>
</rss>

