<?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 to FTP - error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207581#M51549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow coders!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a very basic error trying to read a text file from a FTP server.&amp;nbsp; The error says that "The connection has timed out..", which I believe basically means it is not connecting at all.&amp;nbsp; Below is the code I am using to login (with fake login credentials).&amp;nbsp; The connection works fine using any number of FTP clients. I have tried it in EG and BASE... same error in both.&amp;nbsp; Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename myfile ftp 'TEST.txt' cd='/Incoming folder/'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user='me1234 pass='passpass' host='sftp.randomcomp.com';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume I am missing something simple... but I have tried various things.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 17:07:08 GMT</pubDate>
    <dc:creator>stuart_snap</dc:creator>
    <dc:date>2015-07-21T17:07:08Z</dc:date>
    <item>
      <title>SAS to FTP - error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207581#M51549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow coders!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a very basic error trying to read a text file from a FTP server.&amp;nbsp; The error says that "The connection has timed out..", which I believe basically means it is not connecting at all.&amp;nbsp; Below is the code I am using to login (with fake login credentials).&amp;nbsp; The connection works fine using any number of FTP clients. I have tried it in EG and BASE... same error in both.&amp;nbsp; Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename myfile ftp 'TEST.txt' cd='/Incoming folder/'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user='me1234 pass='passpass' host='sftp.randomcomp.com';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume I am missing something simple... but I have tried various things.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207581#M51549</guid>
      <dc:creator>stuart_snap</dc:creator>
      <dc:date>2015-07-21T17:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to FTP - error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207582#M51550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your remote host is called sftp. Is it by any chance requiring a sftp connection? Perhaps try the sftp access method instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 17:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207582#M51550</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-07-21T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to FTP - error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207583#M51551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I feel dumb.&amp;nbsp; Thanks for pointing that out, Linus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the SFTP process doesn't have a password option.&amp;nbsp; Are you familiar with the SFTP process?&amp;nbsp; I think I am missing a step. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207583#M51551</guid>
      <dc:creator>stuart_snap</dc:creator>
      <dc:date>2015-07-21T19:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to FTP - error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207584#M51552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get it to work from command line on your SAS host system first.&amp;nbsp; What I have found is that if I save the key into a file then I use the IdentityFile option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;filename myfile ftp 'TEST.txt' cd='/Incoming folder/'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user='me1234 pass='passpass' host='sftp.randomcomp.com'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; options='-o IdentityFile=~/.ssh/me1234.txt'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-to-FTP-error/m-p/207584#M51552</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-07-21T19:47:10Z</dc:date>
    </item>
  </channel>
</rss>

