<?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 FTP foreground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738597#M321100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the FTP solution that is described within this forum be run in foreground mode or does it have to be background. When I do a lcd command its pointing to my local pc and not the SAP app server where the file resides. I'm just trying to FTP a file from the App server to a non sap server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and will reward points for any help.&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 15:10:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T15:10:57Z</dc:date>
    <item>
      <title>FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738597#M321100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the FTP solution that is described within this forum be run in foreground mode or does it have to be background. When I do a lcd command its pointing to my local pc and not the SAP app server where the file resides. I'm just trying to FTP a file from the App server to a non sap server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and will reward points for any help.&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738597#M321100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738598#M321101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can run in foreground as well as in background...FTP works in both the sessions. In FTP u need to specify the ip address, user name, password so as that particular location file will be accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ramesh Babu Chirumamilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738598#M321101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738599#M321102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding, the requirement is to transfer file from one server to other. To do so, please proceed as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use FM: FTP_CONNECT twice, once to connect Source server and Once to Destination Server.&lt;/P&gt;&lt;P&gt;2. Use FM: FTP_COMMAND with command: put &amp;lt;source dir/file&amp;gt; &amp;lt;dest dir/file&amp;gt;.&lt;/P&gt;&lt;P&gt;3. Use FM: FTP_DISCONNECT to close the connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738599#M321102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738600#M321103</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;Programs : &amp;lt;b&amp;gt;RSFTP010, RSFTP020, RSFTP030&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Among the three RSFTP020 has all the FTP paramaters as input and&lt;/P&gt;&lt;P&gt;is more user friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input paramaters and their use is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User              &lt;/P&gt;&lt;P&gt;Password            &lt;/P&gt;&lt;P&gt;Host               &lt;/P&gt;&lt;P&gt;Command 1       lcd &lt;/P&gt;&lt;P&gt;Command 2       cd   &lt;/P&gt;&lt;P&gt;Command 3       put  &lt;/P&gt;&lt;P&gt;Destination     SAPFTP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738600#M321103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738601#M321104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to FTP from the SAP app. server to a foreign server. Whenever I do a lcd it points to my SAP WORKDIR on my local PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738601#M321104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738602#M321105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a copy paste from this link:&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2741686"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:):):)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 15:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738602#M321105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T15:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738603#M321106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know why its pointing to my local SAP WorkDIR as the ftp source and not the app server. Thats why I asked if this needs to be run in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't have 2 distinct servers to connect to. My program is already running on the SAP App server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any actual working examples. All the examples posted just show connecting and doing a FTP command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 16:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738603#M321106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T16:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738604#M321107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though we are running in foreground, i just know that we need to connect to both servers to execute the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be useful even when the servers use LOAD BALANCING concept. Suppose the application server has a group of servers, the request can execute in a particular server so using the above method we can point to the right server and execute the commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Eswar Rao Boddeti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 16:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-foreground/m-p/1738604#M321107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T16:27:24Z</dc:date>
    </item>
  </channel>
</rss>

