<?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/1141012#M114582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys.....That was helpful.&lt;/P&gt;&lt;P&gt;I shall check it and get back to you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 04:41:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T04:41:19Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141008#M114578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to you this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you place a file on the apps server (in a directory).&lt;/P&gt;&lt;P&gt;Then how do you FTP the file to the corresponding destination?&lt;/P&gt;&lt;P&gt;I need to know whether do we have to write any code in the program or use any FM or ........ any other possible ways to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Answer will be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141008#M114578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T04:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141009#M114579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Use this Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EPS_FTP_GET&lt;/P&gt;&lt;P&gt;You just need to provide&lt;/P&gt;&lt;P&gt;RFC_DESTINATION&lt;/P&gt;&lt;P&gt;REMOTE_FILE&lt;/P&gt;&lt;P&gt;REMOTE_DIRECTORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solve your problem or do revert back&lt;/P&gt;&lt;P&gt;Cheers:)&lt;/P&gt;&lt;P&gt;Mithlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141009#M114579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T04:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141010#M114580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use these FMs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT&lt;/P&gt;&lt;P&gt;FTP_COMMAND - use the FTP Command "PUT"&lt;/P&gt;&lt;P&gt;FTP_DISCONNECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141010#M114580</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2006-02-02T04:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141011#M114581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI vj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check out these Function Module as per your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EPS_FTP_PUT&lt;/P&gt;&lt;P&gt;EPS_FTP_LS&lt;/P&gt;&lt;P&gt;EPS_FTP_MGET&lt;/P&gt;&lt;P&gt;EPS_FTP_MPUT&lt;/P&gt;&lt;P&gt;EPS_GET_FTP_SYSTEM_INFO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers:)&lt;/P&gt;&lt;P&gt;Mithlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141011#M114581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T04:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141012#M114582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys.....That was helpful.&lt;/P&gt;&lt;P&gt;I shall check it and get back to you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp/m-p/1141012#M114582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T04:41:19Z</dc:date>
    </item>
  </channel>
</rss>

