<?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 Store QVD or CSV to FTP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352747#M130890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to store a QVD or CSV file to an FTP location from the Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Store Table1 into $(FTPLOCATION) Table1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GJ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 15:24:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-16T15:24:05Z</dc:date>
    <item>
      <title>Store QVD or CSV to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352747#M130890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to store a QVD or CSV file to an FTP location from the Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Store Table1 into $(FTPLOCATION) Table1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GJ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352747#M130890</guid>
      <dc:creator />
      <dc:date>2012-07-16T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Store QVD or CSV to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352748#M130891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but you could call a .bat file from the script using the Execute function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352748#M130891</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-07-16T17:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Store QVD or CSV to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352749#M130892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you found a solution yet?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 12:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352749#M130892</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2013-05-02T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Store QVD or CSV to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352750#M130893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make patch file (.bat) that you call in script. In that patch file use basic ftp commands, if you need sftp-connection you can use WinScp.exe or WinScp.com software. Below example that uses winscp script properties directly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script=&lt;/P&gt;&lt;P&gt;EXECUTE&lt;SPAN style="font-size: 8pt;"&gt; winscp.exe /console /script=filename.txt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In scriptfile "filename":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Open &lt;A href="ftp://username:password@ftpserver"&gt;ftp://username:password@ftpserver&lt;/A&gt; &lt;/P&gt;&lt;P&gt;# Change remote directory&lt;/P&gt;&lt;P&gt;cd Testpath&lt;/P&gt;&lt;P&gt;option transfer binary&lt;/P&gt;&lt;P&gt;# transfer file to ftp server&lt;/P&gt;&lt;P&gt;put D:\Users\??\Documents\file.csv &lt;/P&gt;&lt;P&gt;close&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 06:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352750#M130893</guid>
      <dc:creator>blednyi</dc:creator>
      <dc:date>2013-05-21T06:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Store QVD or CSV to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352751#M130894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For &lt;A href="http://www.qvsource.com/"&gt;QVSource&lt;/A&gt; users, our &lt;A href="http://wiki.qvsource.com/File-Transfer-Connector-For-QlikView.ashx"&gt;File Transfer Connector&lt;/A&gt; supports both downloading and uploading files to/from QlikView with both FTP and Secure FTP (SFTP) Servers.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.qvsource.com/File-Transfer-Connector-For-QlikView.ashx" title="http://wiki.qvsource.com/File-Transfer-Connector-For-QlikView.ashx"&gt;File Transfer Connector For QlikView (SFTP (Secure FTP) &amp;amp; FTP) - QVSource - The QlikView API Connector (Docs)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-or-CSV-to-FTP/m-p/352751#M130894</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2013-12-05T13:32:08Z</dc:date>
    </item>
  </channel>
</rss>

