<?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: Access Files from FTP in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163822#M3117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this thread for discussion of using 7za.exe command program for dealing with ZIP files on Windows machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="192800" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2014 18:31:03 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2014-07-02T18:31:03Z</dc:date>
    <item>
      <title>Access Files from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163818#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize of asking a question that has probably already been asked, but i couldn't find an answer.&amp;nbsp; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I download a file, save it to a known location, and unzip the file to be imported by SAS?&amp;nbsp; I am not using SAS on Unix.&amp;nbsp; I have seen quite a few answers for a UNIX environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163818#M3113</guid>
      <dc:creator>BMI0776</dc:creator>
      <dc:date>2014-07-02T15:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Access Files from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163819#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are probably on Windows the Unix solutions you have found are not really&amp;nbsp; different your question is also not. What is your problem? Using 7zip.exe at your solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 17:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163819#M3114</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-02T17:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access Files from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163820#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll calrify my question.&amp;nbsp; I would like to do the following in SAS 9.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How do i download a file from an FTP and save it to&amp;nbsp; a know location&lt;/P&gt;&lt;P&gt;2) How do I unzip the file I just downloadd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 17:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163820#M3115</guid>
      <dc:creator>BMI0776</dc:creator>
      <dc:date>2014-07-02T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access Files from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163821#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS has a ftp interface it is rather limited but when working you could use that.&lt;/P&gt;&lt;P&gt;When you need to use an other (s)ftp application you are getting dependent on scripting and the x-cmd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS is using zip files, with ods you can use some actions on zip files. Needing an other zip application being used you are getting dependent on scripting and the x-cmd interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All is becoming better with the newest releases of SAS just do the upgrade (no additional license cost).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 18:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163821#M3116</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-02T18:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Access Files from FTP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163822#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this thread for discussion of using 7za.exe command program for dealing with ZIP files on Windows machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="192800" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 18:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Access-Files-from-FTP/m-p/163822#M3117</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-07-02T18:31:03Z</dc:date>
    </item>
  </channel>
</rss>

