<?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 load a log file from a remote server via SFTP? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150215#M28273</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;I've got my script working to LOAD a log file from my local workstation &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Is there a way to load a log file from a remote linux server via SFTP?&lt;/P&gt;&lt;P&gt;- Simon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2009 01:06:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-24T01:06:06Z</dc:date>
    <item>
      <title>How to load a log file from a remote server via SFTP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150215#M28273</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;I've got my script working to LOAD a log file from my local workstation &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Is there a way to load a log file from a remote linux server via SFTP?&lt;/P&gt;&lt;P&gt;- Simon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 01:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150215#M28273</guid>
      <dc:creator />
      <dc:date>2009-07-24T01:06:06Z</dc:date>
    </item>
    <item>
      <title>How to load a log file from a remote server via SFTP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150216#M28274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can read directly using SFTP. What you can do is trigger a batch file, which will ftp it to a local or networked drive, then read it in QV from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 03:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150216#M28274</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-07-24T03:55:05Z</dc:date>
    </item>
    <item>
      <title>How to load a log file from a remote server via SFTP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150217#M28275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I'm doing now.&lt;/P&gt;&lt;P&gt;In fact, I'm just rsyncing the file from the remote linux server down to a the local windows server where the QlikView tool is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 04:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150217#M28275</guid>
      <dc:creator />
      <dc:date>2009-07-24T04:09:58Z</dc:date>
    </item>
    <item>
      <title>How to load a log file from a remote server via SFTP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150218#M28276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a batch file that does the SFTP to a target file. In your script use either:&lt;/P&gt;&lt;P&gt;1. An EXECUTE statement to call the batch file.&lt;BR /&gt;2. Invoke a VB function that calls the batch file.&lt;/P&gt;&lt;P&gt;Then subsequently in the script load the target file.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 05:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150218#M28276</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-07-24T05:38:01Z</dc:date>
    </item>
    <item>
      <title>How to load a log file from a remote server via SFTP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150219#M28277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like this has been answered but I've put together a step by step solution. I thought this might help anybody else searching for an answer who needs a little more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://unconventionalqlikview.tumblr.com/post/20920052130/qlikview-and-secure-ftp-sftp"&gt;http://unconventionalqlikview.tumblr.com/post/20920052130/qlikview-and-secure-ftp-sftp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-a-log-file-from-a-remote-server-via-SFTP/m-p/150219#M28277</guid>
      <dc:creator>trey_bayne</dc:creator>
      <dc:date>2012-04-17T19:41:31Z</dc:date>
    </item>
  </channel>
</rss>

