<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365622#M180889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dean,&lt;/P&gt;&lt;P&gt;I had worked on this long long ago so i cant recollect everything but let me try to answer some of your questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function FTP_CONNECT serves to connect to the external system???---YES&lt;/P&gt;&lt;P&gt; the user &amp;amp; password parameters should be provided for what system ? R3 or the external system???--External System&lt;/P&gt;&lt;P&gt; What does that mean SAPFTP destination ??--i dont quite remember &lt;/P&gt;&lt;P&gt; The host is the external system or R3 system??--External System&lt;/P&gt;&lt;P&gt; Where is exactly the ftp server???...it would be the address of the ftp location..something like ftp.abcd.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Function FTP_COMMAND serves to execute a command in the external system, rite???--yes,its like after u call this function module you are sitting at the destination ftp directory...then u need to call the ftp_command and run commands like pwd,lcd,put etc to put ur file into the correct subdirectory....if u are to put it directly at the parent directory...you just need to execute 'put filename' command and ur file will be gone there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also look at the following threads&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="131544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="86141"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="130258"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2006 22:36:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-01T22:36:57Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365621#M180888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, please help my understanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard that in order to transfer a file from R3 application server to an external system, one would use FTP_CONNECT, FTP_COMMAND, and FTP_DISCONNECT. My question &lt;/P&gt;&lt;P&gt;is concerning the logical FTP process not THE CODING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course we have to connect to the external system in order to transfer file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function FTP_CONNECT serves to connect to the external system??? the user &amp;amp; password parameters should be provided for what system ? R3 or the external system??? What does that mean SAPFTP destination ?? The host is the external system or R3 system?? Where is exactly the ftp server???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Function FTP_COMMAND serves to execute a command in the external system, rite??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 20:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365621#M180888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T20:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365622#M180889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dean,&lt;/P&gt;&lt;P&gt;I had worked on this long long ago so i cant recollect everything but let me try to answer some of your questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Function FTP_CONNECT serves to connect to the external system???---YES&lt;/P&gt;&lt;P&gt; the user &amp;amp; password parameters should be provided for what system ? R3 or the external system???--External System&lt;/P&gt;&lt;P&gt; What does that mean SAPFTP destination ??--i dont quite remember &lt;/P&gt;&lt;P&gt; The host is the external system or R3 system??--External System&lt;/P&gt;&lt;P&gt; Where is exactly the ftp server???...it would be the address of the ftp location..something like ftp.abcd.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Function FTP_COMMAND serves to execute a command in the external system, rite???--yes,its like after u call this function module you are sitting at the destination ftp directory...then u need to call the ftp_command and run commands like pwd,lcd,put etc to put ur file into the correct subdirectory....if u are to put it directly at the parent directory...you just need to execute 'put filename' command and ur file will be gone there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also look at the following threads&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="131544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="86141"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="130258"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2006 22:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365622#M180889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-01T22:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365623#M180890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.Abaper..I will try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 17:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1365623#M180890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T17:22:23Z</dc:date>
    </item>
  </channel>
</rss>

