<?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: Download files from https site in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365645#M129230</link>
    <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your response. I'm using Talend Data fabric 6.0.1 
&lt;BR /&gt;In Basis Setting 
&lt;BR /&gt;---------------- 
&lt;BR /&gt;Protocol --&amp;gt; https 
&lt;BR /&gt;URI --&amp;gt;" 
&lt;A href="https://ipaddress" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ipaddress&lt;/A&gt;" 
&lt;BR /&gt;destination directory --&amp;gt;"C:/test" 
&lt;BR /&gt;Destination Filename--&amp;gt;"a.txt" 
&lt;BR /&gt;In Advanced Setting 
&lt;BR /&gt;------------------- 
&lt;BR /&gt;need authication --&amp;gt;checked and given username and password 
&lt;BR /&gt;Here is the Error message: 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job test at 13:54 26/04/2016. 
&lt;BR /&gt;[statistics] connecting to socket on port 3484 
&lt;BR /&gt;[statistics] connected 
&lt;BR /&gt;[FATAL]: tdq.test_0_1.test - tFileFetch_1 Method failed: HTTP/1.0 404 Not found 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.0 404 Not found 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.tFileFetch_1Process(test.java:739) 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.runJobInTOS(test.java:1187) 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.main(test.java:1021) 
&lt;BR /&gt;[statistics] disconnected 
&lt;BR /&gt;Job test ended at 13:54 26/04/2016. [exit code=1]</description>
    <pubDate>Tue, 26 Apr 2016 09:27:54 GMT</pubDate>
    <dc:creator>shrikavi2008</dc:creator>
    <dc:date>2016-04-26T09:27:54Z</dc:date>
    <item>
      <title>Download files from https site</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365643#M129228</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I want to download zip files from &lt;A href="https://xyz.company.com" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://xyz.company.com&lt;/A&gt;&amp;nbsp;and this site username and password.&lt;BR /&gt;I tried with various component like tFileFetch , thttprequest . but no luck.&lt;BR /&gt;Please let me know, how to get/download file from https:// ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;R.Bharath&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 06:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365643#M129228</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-04-26T06:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Download files from https site</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365644#M129229</link>
      <description>Hi,&lt;BR /&gt;Have you tried to choose "https" procotol on tfilefetch component? What's the error you are facing?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 26 Apr 2016 08:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365644#M129229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T08:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Download files from https site</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365645#M129230</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your response. I'm using Talend Data fabric 6.0.1 
&lt;BR /&gt;In Basis Setting 
&lt;BR /&gt;---------------- 
&lt;BR /&gt;Protocol --&amp;gt; https 
&lt;BR /&gt;URI --&amp;gt;" 
&lt;A href="https://ipaddress" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ipaddress&lt;/A&gt;" 
&lt;BR /&gt;destination directory --&amp;gt;"C:/test" 
&lt;BR /&gt;Destination Filename--&amp;gt;"a.txt" 
&lt;BR /&gt;In Advanced Setting 
&lt;BR /&gt;------------------- 
&lt;BR /&gt;need authication --&amp;gt;checked and given username and password 
&lt;BR /&gt;Here is the Error message: 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job test at 13:54 26/04/2016. 
&lt;BR /&gt;[statistics] connecting to socket on port 3484 
&lt;BR /&gt;[statistics] connected 
&lt;BR /&gt;[FATAL]: tdq.test_0_1.test - tFileFetch_1 Method failed: HTTP/1.0 404 Not found 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.0 404 Not found 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.tFileFetch_1Process(test.java:739) 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.runJobInTOS(test.java:1187) 
&lt;BR /&gt;&amp;nbsp;at tdq.test_0_1.test.main(test.java:1021) 
&lt;BR /&gt;[statistics] disconnected 
&lt;BR /&gt;Job test ended at 13:54 26/04/2016. [exit code=1]</description>
      <pubDate>Tue, 26 Apr 2016 09:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Download-files-from-https-site/m-p/2365645#M129230</guid>
      <dc:creator>shrikavi2008</dc:creator>
      <dc:date>2016-04-26T09:27:54Z</dc:date>
    </item>
  </channel>
</rss>

