<?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 subcommand: Server reports error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163379#M1516155</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;I am using Function module: FTP_R3_TO_SERVER to transfer internal table data to FTP server in text mode.&lt;/P&gt;&lt;P&gt;On executing the function module, I am getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FTP subcommand: Server reports error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide your inputs on the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Navneeth K..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 09:57:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-16T09:57:31Z</dc:date>
    <item>
      <title>FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163379#M1516155</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;I am using Function module: FTP_R3_TO_SERVER to transfer internal table data to FTP server in text mode.&lt;/P&gt;&lt;P&gt;On executing the function module, I am getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FTP subcommand: Server reports error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide your inputs on the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Navneeth K..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 09:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163379#M1516155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163380#M1516156</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;Check the function module inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Handle parameter should be '1'.&lt;/P&gt;&lt;P&gt;IP address of the HOST system.&lt;/P&gt;&lt;P&gt;User name and RFC destination and Password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the function module "FTP_R3_To_SERVER", there is another function module: 'FTP_R3_TO_SERVER' destination 'SAPFTP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the CERROR return value is '4'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, (FTP subcommand: Server reports error) error message will occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163380#M1516156</guid>
      <dc:creator>former_member778253</dc:creator>
      <dc:date>2010-08-16T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163381#M1516157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check:&lt;/P&gt;&lt;P&gt;1. The folder is exist or not (The folder u mention as path).&lt;/P&gt;&lt;P&gt;2. Handle should be 1. (no need to assign 1, by default  will get in FTP_CONNECT import parameter)&lt;/P&gt;&lt;P&gt;3. Check with standard program RSFTP007.&lt;/P&gt;&lt;P&gt;4. Assign character mode as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 05:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163381#M1516157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T05:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163382#M1516158</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;I tried all the options mentioned above. Even the standard program RSFTP007 gives the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel there is some setting at the basis level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 07:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163382#M1516158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163383#M1516159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in SM59 t code under TCP/IP connection.(One SAPFTP should generate automatically for foreground)&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;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 08:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163383#M1516159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163384#M1516160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;it your problem got solved?&lt;/P&gt;&lt;P&gt;As i'm struggling with the &lt;STRONG&gt;"FTP_R3_TO_SERVER Command error"&lt;/STRONG&gt; &lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you would done, Kindly suggest me.&lt;/P&gt;&lt;P&gt;Thank you in Advance.. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1826/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 05:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163384#M1516160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-25T05:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP subcommand: Server reports error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163385#M1516161</link>
      <description>&lt;P&gt;Dear I am facing the following error &lt;BR /&gt;&lt;BR /&gt;FTP subcommand: Server reports error&lt;/P&gt;&lt;P&gt;Message no. 04209&lt;BR /&gt;&lt;BR /&gt;I checked the FTP server permission it is working fine, there are two files the files is placed in the Outbound folder and we move the file from the Outbound to the root folder the command executed successfully, but when we execute a command from the Outbound folder the error is showing &lt;BR /&gt;&lt;BR /&gt;Any one help me out with this?&lt;BR /&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-subcommand-server-reports-error/m-p/7163385#M1516161</guid>
      <dc:creator>former_member1349689</dc:creator>
      <dc:date>2023-04-17T08:08:47Z</dc:date>
    </item>
  </channel>
</rss>

