<?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: use of function module 'FTP connect' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470618#M1058988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you connect to FTP using FTP_CONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we use 'FTP_R3_TO_SERVER' to upload data from Unix system to FTP Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2008 10:35:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-08T10:35:00Z</dc:date>
    <item>
      <title>use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470616#M1058986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we use the function module 'FTP connect', and 'FTP_R3_TO_SERVER'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 10:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470616#M1058986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470617#M1058987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5415990"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapac008.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapac008.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 10:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470617#M1058987</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-09-08T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470618#M1058988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you connect to FTP using FTP_CONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we use 'FTP_R3_TO_SERVER' to upload data from Unix system to FTP Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 10:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470618#M1058988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470619#M1058989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function module GUI_DOWNLOAD is used to download the data into presentation server and Dataset concepts to download the data into Application server. Sometimes we may require to download the data from other system (3rd Party System) to SAP and Vice Versa. In such scenarios, the concept of FTP commands comes into picture.&lt;/P&gt;&lt;P&gt;the various FTP commands are:&lt;/P&gt;&lt;P&gt;HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_DISCONNECT, RFC_CONNECTION_CLOSE function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT : This is used to connect to other system from SAP with the help of Userid &amp;amp; amp; scrambled password &amp;amp; Host string &amp;amp; destination (default 'SAPFTP').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_R3_TO_SERVERThis is used to transfer the internal table data as a file to other system in the character mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details refer to link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="43285"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 11:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470619#M1058989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T11:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470620#M1058990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTP Connect FM's are used, when you need to send data from R/3 to a remote server using FTP functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to test this you have several standard SAP demo programs starting with RSFTP, kindly check it , this would be use full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search for RSFTP* .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 11:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470620#M1058990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T11:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470621#M1058991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyotshna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT&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;[Sample Code for FTP_CONNECT|http://www.sap-img.com/ab003.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 11:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470621#M1058991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: use of function module 'FTP connect'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470622#M1058992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothsna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  for 'FTP_connect' refer to the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://php.activeventure.com/function/f/function.ftp-connect.html" target="test_blank"&gt;http://php.activeventure.com/function/f/function.ftp-connect.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also go through the link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6091626"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 11:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-ftp-connect/m-p/4470622#M1058992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T11:32:20Z</dc:date>
    </item>
  </channel>
</rss>

