<?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 sas(linux) command code to put recursive and multiple files on an SFTP server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas-linux-command-code-to-put-recursive-and-multiple-files-on-an/m-p/774141#M245995</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We need to transfer from Enterprise Guide/SAS code&amp;nbsp; from local SAS/Linux server to a SFTP site.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We want to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;recursive put files and directories from a folderpoint on linux to same structure below a folderpoint on a SFTP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How is that done most easily ? I prefer a command to execute from enterprise guide eg. OS Linux command by x command?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 09:14:05 GMT</pubDate>
    <dc:creator>ANLYNG</dc:creator>
    <dc:date>2021-10-14T09:14:05Z</dc:date>
    <item>
      <title>sas(linux) command code to put recursive and multiple files on an SFTP server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-linux-command-code-to-put-recursive-and-multiple-files-on-an/m-p/774141#M245995</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We need to transfer from Enterprise Guide/SAS code&amp;nbsp; from local SAS/Linux server to a SFTP site.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We want to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;recursive put files and directories from a folderpoint on linux to same structure below a folderpoint on a SFTP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How is that done most easily ? I prefer a command to execute from enterprise guide eg. OS Linux command by x command?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-linux-command-code-to-put-recursive-and-multiple-files-on-an/m-p/774141#M245995</guid>
      <dc:creator>ANLYNG</dc:creator>
      <dc:date>2021-10-14T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas(linux) command code to put recursive and multiple files on an SFTP server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas-linux-command-code-to-put-recursive-and-multiple-files-on-an/m-p/774202#M246027</link>
      <description>&lt;P&gt;In order to use sftp (or any command from the SSH suite), you first must set up passwordless authentication to the target site. Which means creating a public/private key pair and store that in the appropriate locations on both server and client. This is necessary because you cannot specify passwords on the commandline for all these commands.&lt;/P&gt;
&lt;P&gt;after that, it is just using scp as documented, e.g. &lt;A href="https://linux.die.net/man/1/scp" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 12:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas-linux-command-code-to-put-recursive-and-multiple-files-on-an/m-p/774202#M246027</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-14T12:53:03Z</dc:date>
    </item>
  </channel>
</rss>

