<?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: Upload tab del file using sftp in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449050#M112968</link>
    <description>&lt;P&gt;This is from base sas 9.4 and not EG; but if I need to in base could you elaborate&amp;nbsp;on how to do this? thanks&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 16:21:01 GMT</pubDate>
    <dc:creator>Jpep</dc:creator>
    <dc:date>2018-03-27T16:21:01Z</dc:date>
    <item>
      <title>Upload tab del file using sftp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449046#M112966</link>
      <description>&lt;P&gt;I have a table in my work that I would like to upload to a vendor sftp site making the file a tab delimited. I am using base sas coding in 9.4.. I have searched on these boards for something similar and did not see much but have been trying the below code.&amp;nbsp;The error is Invalid option name pass. which I have seen pass= for the password of the sftp in other posts. Anyone have any simile code to help?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename AmSpirit sftp "test.txt"&lt;BR /&gt;cd = '/'&lt;BR /&gt;host = 'sftp.xxxx.com'&lt;BR /&gt;user='xxxxxxxxxx'&lt;BR /&gt;pass = 'xxxxx'&lt;BR /&gt;debug;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export file=AmSpirit&lt;BR /&gt;data=work.TestFile&lt;BR /&gt;dbms=tab replace;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449046#M112966</guid>
      <dc:creator>Jpep</dc:creator>
      <dc:date>2018-03-27T16:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Upload tab del file using sftp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449049#M112967</link>
      <description>&lt;P&gt;Could this apply to your case?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-requirement"&gt;Requirement&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;When you submit code that contains a FILENAME SFTP statement from SAS Enterprise Guide that runs on a Windows workspace server, you must specify authentication by using the OPTIONS or OPTIONSX option.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to put your password into Options or Optionsx as PASS is not a standard option for Filename sftp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449049#M112967</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-27T16:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upload tab del file using sftp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449050#M112968</link>
      <description>&lt;P&gt;This is from base sas 9.4 and not EG; but if I need to in base could you elaborate&amp;nbsp;on how to do this? thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449050#M112968</guid>
      <dc:creator>Jpep</dc:creator>
      <dc:date>2018-03-27T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Upload tab del file using sftp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449078#M112978</link>
      <description>&lt;P&gt;The option PASS= is a standard option for Filename FTP, not SFTP. Perhaps you should start there.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 17:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Upload-tab-del-file-using-sftp/m-p/449078#M112978</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-27T17:48:35Z</dc:date>
    </item>
  </channel>
</rss>

