<?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: How to Download a Folder from SAS OnDemand? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716980#M221679</link>
    <description>&lt;P&gt;One option:&lt;/P&gt;
&lt;P&gt;1. Create a ZIP filename&lt;/P&gt;
&lt;P&gt;2. Read the very first entry in the &lt;EM&gt;programming&lt;/EM&gt; community, about fetching directory entries&lt;/P&gt;
&lt;P&gt;3. For each entry, use function filename() then fcopy() to copy each file into the ZIP file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 07:34:06 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2021-02-05T07:34:06Z</dc:date>
    <item>
      <title>How to Download a Folder from SAS OnDemand?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716973#M221675</link>
      <description>&lt;P&gt;At SAS OnDemand, I have multiple directories with multiple files, respectively, and want to download not one file but one directory.&lt;/P&gt;&lt;P&gt;(1) Neither right-clicking and downloading the directory nor clicking the download button with the directory selected is possible.&lt;/P&gt;&lt;P&gt;(2) I tried to zip all the files in the directory by reading the list via &lt;CODE&gt;pipe&lt;/CODE&gt;, but &lt;CODE&gt;pipe&lt;/CODE&gt; in SAS OnDemand is impossible.&lt;/P&gt;&lt;P&gt;Should I download each file at a time from SAS OnDemand?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 06:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716973#M221675</guid>
      <dc:creator>Junyong</dc:creator>
      <dc:date>2021-02-05T06:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download a Folder from SAS OnDemand?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716980#M221679</link>
      <description>&lt;P&gt;One option:&lt;/P&gt;
&lt;P&gt;1. Create a ZIP filename&lt;/P&gt;
&lt;P&gt;2. Read the very first entry in the &lt;EM&gt;programming&lt;/EM&gt; community, about fetching directory entries&lt;/P&gt;
&lt;P&gt;3. For each entry, use function filename() then fcopy() to copy each file into the ZIP file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716980#M221679</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-02-05T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download a Folder from SAS OnDemand?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716990#M221685</link>
      <description>&lt;P&gt;Thanks—as mentioned, &lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-List-all-the-files-in-a-folder/m-p/674065" target="_blank"&gt;How to: List all the files in a folder&lt;/A&gt; and also &lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Bulk-Download-all-my-files-from-SAS-Ondemand/td-p/712727" target="_blank"&gt;Bulk Download all my files from SAS Ondemand&lt;/A&gt; answer this question.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:18:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/716990#M221685</guid>
      <dc:creator>Junyong</dc:creator>
      <dc:date>2021-02-05T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download a Folder from SAS OnDemand?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/759446#M240008</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I have the same question, but this answer lost me.&amp;nbsp; The very first entry on the Programming community appears to be on page 3,813 and it has nothing to do with fetching directory entries. Could you please help by specifying what we are supposed to do here?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/759446#M240008</guid>
      <dc:creator>LovettG</dc:creator>
      <dc:date>2021-08-04T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download a Folder from SAS OnDemand?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/759744#M240152</link>
      <description>My Bulk Download all my files from SAS Ondemand post seems to be deleted? Or not accessible, would anyone know why I get an Access Denied Error? Is it just me?</description>
      <pubDate>Thu, 05 Aug 2021 15:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Download-a-Folder-from-SAS-OnDemand/m-p/759744#M240152</guid>
      <dc:creator>LauraRK</dc:creator>
      <dc:date>2021-08-05T15:44:56Z</dc:date>
    </item>
  </channel>
</rss>

