<?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: SFTP doesn't find the file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502824#M134283</link>
    <description>&lt;P&gt;You need to setup authentication in sftp with a private/public key pair. Only when you can use sftp without having to enter a password, you can use it from SAS.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 17:44:10 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-10-09T17:44:10Z</dc:date>
    <item>
      <title>SFTP doesn't find the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502761#M134264</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;
&lt;P&gt;I need to use the SFTP protocol with SAS.&lt;/P&gt;
&lt;P&gt;the sftp works with linux command by mobaxterm terminal.&lt;/P&gt;
&lt;P&gt;But when I use the SFTP by libname of SAS, it doesn't work, because it doesn't find the file or directory which I have to download in my host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;filename tmep sftp ''
host="" 
user=""

optionsx="" 
lsa
lsfile=''

;



data aaa_;
length a $ 32767;
infile tmep truncover;
input a ;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It say the directory or file doesn't exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what can I do?&lt;/P&gt;
&lt;P&gt;is there some option to help me which path define the filename?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The system is linux that call sftp in another machine of linux.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502761#M134264</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2018-10-09T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP doesn't find the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502766#M134266</link>
      <description>&lt;P&gt;Do you have password-less authentication in sftp set up?&lt;/P&gt;
&lt;P&gt;Meaning that&lt;/P&gt;
&lt;PRE&gt;sftp user@host&lt;/PRE&gt;
&lt;P&gt;gets you connected automatically without a further prompt?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:42:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502766#M134266</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-09T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP doesn't find the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502797#M134276</link>
      <description>&lt;P&gt;Yes, there is the password with the terminal Mobaxterm. But in the libname statement, when i put the pass option i get the error of invalid filename. Meanwhile In the optionsx we use the public key.&lt;/P&gt;
&lt;P&gt;is there a way to set-up the password in sftp filename?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502797#M134276</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2018-10-09T16:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP doesn't find the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502824#M134283</link>
      <description>&lt;P&gt;You need to setup authentication in sftp with a private/public key pair. Only when you can use sftp without having to enter a password, you can use it from SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/502824#M134283</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-09T17:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP doesn't find the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/503023#M134352</link>
      <description>Kurt, thanks for your advice...it help us so much for improving.&lt;BR /&gt;The mainly problem was that we haven't access priority in that path of SFTP. we asked to define another path for SFTP.</description>
      <pubDate>Wed, 10 Oct 2018 10:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SFTP-doesn-t-find-the-file/m-p/503023#M134352</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2018-10-10T10:26:36Z</dc:date>
    </item>
  </channel>
</rss>

