<?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: Error while using FTP_command to transfer files from FTP server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692510#M1577080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Mar 2011 10:40:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-05T10:40:17Z</dc:date>
    <item>
      <title>Error while using FTP_command to transfer files from FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692508#M1577078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to transfer excel file from FTP server location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) For that I have used &lt;STRONG&gt;FM:  FTP_connect&lt;/STRONG&gt; to establish connection to FTP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) After that I have used FM: FTP_command and with the command "CD FTP_directory_path" ia have set the source file directory in FTP location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) My problem is, when I am trying to set the local sap in bound directory using the command "LCD sap_inbound_directory_path". I am getting error &lt;STRONG&gt;"errno 2: no such file or directoty".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to resolve that with the help of our BASIS consultant, but the still the problem persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajan U&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 04:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692508#M1577078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T04:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using FTP_command to transfer files from FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692509#M1577079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For inbound transfer to SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try the following cd &amp;lt;FTP Directory&amp;gt;&lt;/P&gt;&lt;P&gt;                      then         lcd &amp;lt;SAP Path created in Al11 Check if this is created in SAP &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can try this from command prompt if this is a windows FTP. if this isn't working there then probably a port needs t be opened between SAP appl server and FTP for communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                      get &amp;lt;Source file in FTP&amp;gt; &amp;lt;Destination file in SAP&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 05:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692509#M1577079</guid>
      <dc:creator>mithun_shetty4</dc:creator>
      <dc:date>2011-02-28T05:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using FTP_command to transfer files from FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692510#M1577080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Mar 2011 10:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692510#M1577080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-05T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using FTP_command to transfer files from FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692511#M1577081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed FTP destination SAPFTPA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 15:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692511#M1577081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using FTP_command to transfer files from FTP server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692512#M1577082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajan Usman Basha / All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am getting same error though i changed the RFC_DESTINATION to SAPFTPA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what will be the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advenace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Yerra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 09:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-ftp-command-to-transfer-files-from-ftp-server/m-p/7692512#M1577082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-12T09:24:53Z</dc:date>
    </item>
  </channel>
</rss>

