Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FTP Connect problem

Former Member
0 Likes
349

Hi Experts,

I'm facing a strange problem regarding connecting to FTP. Correct function modules in connecting to FTP is used in the program and the program is executed in background job. The program is designed to try to connect to FTP for 7 times only then if no connection is established, through sy-subrc it raises an error message.

However the processing stuck in the FM FTP_CONNECT so the following program codes were not executed. Do you have any idea what went wrong in the FTP as to why it didn't get out of the function module FTP_CONNECT?

Thanks for your inputs!

Best Regards,

Kurtt

1 REPLY 1
Read only

Former Member
0 Likes
305

Hi ,

You check the FTP server address and password along with the case.

Some where I read that it will ping for 7 times .

Sorry to say I am not sure .

If you give your code I could try that .

Regards

Pinaki