<?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: Qlikview Data to FTP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/1523621#M438217</link>
    <description>&lt;P&gt;Please,&lt;BR /&gt;This macro works 100%&lt;BR /&gt;I need to clean the folder before including the file&lt;/P&gt;&lt;P&gt;FTPDir = "/ public_html"&lt;/P&gt;&lt;P&gt;before inserting a new one.&lt;BR /&gt;You have the friend to help&lt;/P&gt;</description>
    <pubDate>Sun, 23 Dec 2018 11:52:53 GMT</pubDate>
    <dc:creator>Ribeiro</dc:creator>
    <dc:date>2018-12-23T11:52:53Z</dc:date>
    <item>
      <title>Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821451#M289581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Evening All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have once use case, wherein we need to export list of users or any object data to secured FTP. Is there any possibility of achieving this either using macro or some other way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Any help regarding this will be widely appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Manoj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821451#M289581</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-17T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821452#M289582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use bat files here after getting export the excel file then store it into any folder and then by bat file export to the FTP location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821452#M289582</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-17T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821453#M289583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please could you provide some sample, how to download data using macro and then intern call batch file to transfer data to ftp &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821453#M289583</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-17T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821454#M289584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are doing SFTP to transfer files between a Unix environment and Windows environment. Unless we unintentionally overcomplicated things, its not that simple. There is quite a lot of documentation if you are prepared to spend some time googling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get a unix user account (ie one with a password that expires) and a unix system account (static password)&lt;/LI&gt;&lt;LI&gt;Use Putty to log onto the Unix box and use PuttyGen to create a pubic key / private key pair (Google Putty) for the system account&lt;/LI&gt;&lt;LI&gt;Set up the public key on the Unix box&lt;/LI&gt;&lt;LI&gt;Build a .NET executable wrapper around an SFTP utility (WinSCP) to pass the encrypted private key to Unix for authentication (sorry that code is not mine and is proprietary) Google WinSCP&lt;/LI&gt;&lt;LI&gt;Create a bat or cmd file&lt;/LI&gt;&lt;LI&gt;From the bat file, call the executable with the encrypted key file as a parameter (as well as the source document and target). The private key will authenticate executable with the system account.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;As I said, its not that simple to set up, but it does work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Jonathan &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821454#M289584</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-17T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821455#M289585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for information. Pls could you let me know how to call batch file &amp;amp; Qlikview macro should wait until ftp process stops.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821455#M289585</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-03-02T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821456#M289586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some sample code to call batch file having ftp command from Qlikview macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821456#M289586</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-03-02T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821457#M289587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;'****************FTP Upload&lt;/P&gt;&lt;P&gt;Set oShell = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Path to file or folder to upload&lt;/P&gt;&lt;P&gt;path = "C:\directory\file.csv"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub FTPUpload&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;On Error Resume Next&lt;/P&gt;&lt;P&gt;Const copyType = 16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FTP Wait Time in ms&lt;/P&gt;&lt;P&gt;waitTime = 80000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Configuración FTP&lt;/P&gt;&lt;P&gt;FTPUser = "ftp.user"&lt;/P&gt;&lt;P&gt;FTPPass = "pass"&lt;/P&gt;&lt;P&gt;FTPHost = "host ftp"&lt;/P&gt;&lt;P&gt;FTPDir = "/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;strFTP = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://" rel="nofollow"&gt;ftp://&lt;/A&gt;&lt;SPAN&gt;" &amp;amp; FTPUser &amp;amp; ":" &amp;amp; FTPPass &amp;amp; "@" &amp;amp; FTPHost &amp;amp; FTPDir&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set objFTP = oShell.NameSpace(strFTP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Upload single file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If objFSO.FileExists(path) Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objFile = objFSO.getFile(path)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strParent = objFile.ParentFolder&lt;/P&gt;&lt;P&gt;Set objFolder = oShell.NameSpace(strParent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objItem = objFolder.ParseName(objFile.Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objFTP.CopyHere objItem, copyType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;WScript.Sleep waitTime&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/821457#M289587</guid>
      <dc:creator />
      <dc:date>2015-03-02T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/1523621#M438217</link>
      <description>&lt;P&gt;Please,&lt;BR /&gt;This macro works 100%&lt;BR /&gt;I need to clean the folder before including the file&lt;/P&gt;&lt;P&gt;FTPDir = "/ public_html"&lt;/P&gt;&lt;P&gt;before inserting a new one.&lt;BR /&gt;You have the friend to help&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 11:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/1523621#M438217</guid>
      <dc:creator>Ribeiro</dc:creator>
      <dc:date>2018-12-23T11:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Data to FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/1567294#M441814</link>
      <description>&lt;P&gt;Can we do it for a Excel files stored in a folder? Do we need&amp;nbsp; any oither installation for the same?&lt;/P&gt;&lt;P&gt;or directly export a chart from Application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 05:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Data-to-FTP/m-p/1567294#M441814</guid>
      <dc:creator>vaibhav11</dc:creator>
      <dc:date>2019-04-10T05:01:49Z</dc:date>
    </item>
  </channel>
</rss>

