<?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 Connect To SFTP Without KeyChains in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connect-To-SFTP-Without-KeyChains/m-p/42262#M8678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there or will there ever be the ability for SAS to connect to SFTP without the need to installing back end software such as putty and with the need for keychains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems reasonable that all you should need is the below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename outfile sftp '/home/myfile.DAT' host="host.com" user="bigdaddy" &lt;SPAN style="color: #ff0000;"&gt;passwd="Something"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; file outfile;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i=1 to 10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put i=;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem seems to be that there is no Password options, surely if this feature was added there would then be a way for this to work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this right now does not help me....at the moment my company seem to have coreftplite setup on our sas server, would anyone have any instructions or code to allow me to connect to an SFTP and take down files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to do all this interactively, not in batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2011 11:15:56 GMT</pubDate>
    <dc:creator>ColmSmyth</dc:creator>
    <dc:date>2011-11-07T11:15:56Z</dc:date>
    <item>
      <title>Connect To SFTP Without KeyChains</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-To-SFTP-Without-KeyChains/m-p/42262#M8678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there or will there ever be the ability for SAS to connect to SFTP without the need to installing back end software such as putty and with the need for keychains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems reasonable that all you should need is the below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename outfile sftp '/home/myfile.DAT' host="host.com" user="bigdaddy" &lt;SPAN style="color: #ff0000;"&gt;passwd="Something"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; file outfile;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i=1 to 10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put i=;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem seems to be that there is no Password options, surely if this feature was added there would then be a way for this to work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this right now does not help me....at the moment my company seem to have coreftplite setup on our sas server, would anyone have any instructions or code to allow me to connect to an SFTP and take down files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to do all this interactively, not in batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 11:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-To-SFTP-Without-KeyChains/m-p/42262#M8678</guid>
      <dc:creator>ColmSmyth</dc:creator>
      <dc:date>2011-11-07T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Connect To SFTP Without KeyChains</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connect-To-SFTP-Without-KeyChains/m-p/42263#M8679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The SAS SFTP filename engine launches the system's SFTP command - and, as these commands do not support passing a password as a command-line option, there is no way for SAS to pass this information.&amp;nbsp; The SFTP filename is designed and intended only to be used with keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 14:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connect-To-SFTP-Without-KeyChains/m-p/42263#M8679</guid>
      <dc:creator>TimB_SAS</dc:creator>
      <dc:date>2011-11-07T14:44:03Z</dc:date>
    </item>
  </channel>
</rss>

