<?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 How to Download FTP Files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Download-FTP-Files/m-p/1307777#M823696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Actually i am traying to Download a file TXT from Adress FTP, may be i doing something bad in my script, when i run my script dont get anything and also dont creaty any resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help please? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For each File in Filelist(['&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://sft.ed.gf:990\Qlikview\clientesQV*.txt" rel="nofollow" target="_blank"&gt;ftp://sft.ed.gf:990\Qlikview\clientesQV*.txt&lt;/A&gt;&lt;SPAN&gt;'])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clientes2:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;NIC,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Nacionalidad]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;$(File)&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Download FTP Files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-FTP-Files/m-p/1307777#M823696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Actually i am traying to Download a file TXT from Adress FTP, may be i doing something bad in my script, when i run my script dont get anything and also dont creaty any resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help please? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For each File in Filelist(['&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://sft.ed.gf:990\Qlikview\clientesQV*.txt" rel="nofollow" target="_blank"&gt;ftp://sft.ed.gf:990\Qlikview\clientesQV*.txt&lt;/A&gt;&lt;SPAN&gt;'])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clientes2:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;NIC,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Nacionalidad]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;$(File)&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-FTP-Files/m-p/1307777#M823696</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download FTP Files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-FTP-Files/m-p/1307778#M823697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Omar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use the combination of backslash and forward-slash in a single line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ftp format should come as below:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The syntax is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A class="jive-link-external-small" href="ftp://userName:password@ftpservername/somemorestufftoyourfile" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;ftp://userName:password@FTPServerName/somemorestufftoyourfile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed answer is available in the below thread&lt;BR /&gt;&lt;A href="https://community.qlik.com/message/120966"&gt;Ftp problem&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 02:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-FTP-Files/m-p/1307778#M823697</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-28T02:24:46Z</dc:date>
    </item>
  </channel>
</rss>

