‎2010 Aug 16 10:57 AM
Hi All,
I am using Function module: FTP_R3_TO_SERVER to transfer internal table data to FTP server in text mode.
On executing the function module, I am getting the following error:
FTP subcommand: Server reports error
Kindly provide your inputs on the same..
Thanks,
Navneeth K..
‎2010 Aug 16 12:16 PM
Hi
Check the function module inputs.
Handle parameter should be '1'.
IP address of the HOST system.
User name and RFC destination and Password.
Within the function module "FTP_R3_To_SERVER", there is another function module: 'FTP_R3_TO_SERVER' destination 'SAPFTP'
If the CERROR return value is '4'.
then, (FTP subcommand: Server reports error) error message will occur.
Hope this works.....
‎2010 Aug 17 6:21 AM
Hi Navneeth,
Check:
1. The folder is exist or not (The folder u mention as path).
2. Handle should be 1. (no need to assign 1, by default will get in FTP_CONNECT import parameter)
3. Check with standard program RSFTP007.
4. Assign character mode as 'X'.
Regards,
Sri
‎2010 Aug 17 8:52 AM
Hi All,
I tried all the options mentioned above. Even the standard program RSFTP007 gives the same error.
I feel there is some setting at the basis level.
Thanks,
Navneeth K.
‎2010 Aug 17 9:24 AM
Check in SM59 t code under TCP/IP connection.(One SAPFTP should generate automatically for foreground)
Regards,
Sri
‎2013 Sep 25 6:00 AM
‎2023 Apr 17 9:08 AM
Dear I am facing the following error
FTP subcommand: Server reports error
Message no. 04209
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
Any one help me out with this?
Thanks in Advance