<?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: FTP code not working in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688903#M209369</link>
    <description>&lt;P&gt;What messages do you see in the log from the FTP engine?&amp;nbsp; You can add the DEBUG option to the FILENAME statement and the FTP engine will display more information about its attempt to connect to that server.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 15:33:14 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2020-10-05T15:33:14Z</dc:date>
    <item>
      <title>FTP code not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688901#M209368</link>
      <description>&lt;P&gt;I'm running the following code without success:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename&lt;/P&gt;&lt;P&gt;dir&lt;/P&gt;&lt;P&gt;ftp ''&lt;/P&gt;&lt;P&gt;ls&lt;/P&gt;&lt;P&gt;host='xxxxxx'&amp;nbsp;&lt;/P&gt;&lt;P&gt;user='xxxxxx'&lt;/P&gt;&lt;P&gt;pass=xxxxxx&lt;/P&gt;&lt;P&gt;prompt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;infile dir;&lt;/P&gt;&lt;P&gt;input;&lt;/P&gt;&lt;P&gt;put _INFILE_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Open failed for file DIR&lt;/P&gt;&lt;P&gt;ERROR: The connection has timed out..&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any idea of what could be the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688901#M209368</guid>
      <dc:creator>mariajriv01</dc:creator>
      <dc:date>2020-10-05T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP code not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688903#M209369</link>
      <description>&lt;P&gt;What messages do you see in the log from the FTP engine?&amp;nbsp; You can add the DEBUG option to the FILENAME statement and the FTP engine will display more information about its attempt to connect to that server.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688903#M209369</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-10-05T15:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP code not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688905#M209370</link>
      <description>&lt;P&gt;Yes, I added the debug but the log dind't change. All I'm getting is the same 2 error lines.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688905#M209370</guid>
      <dc:creator>mariajriv01</dc:creator>
      <dc:date>2020-10-05T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP code not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688909#M209371</link>
      <description>&lt;P&gt;Make sure that there is a FTP service active on the destination. Since FTP does not encrypt anything, it is no longer used for anything that requires authentication. Instead the SFTP/SSH protocol is used.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/FTP-code-not-working/m-p/688909#M209371</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-05T15:48:21Z</dc:date>
    </item>
  </channel>
</rss>

