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

ABAP + FTP Server

Former Member
0 Likes
760

Hello!

I need to download a file that is on FTP server. How can I establish a connection to FTP server and save a file? Is there any FM??

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi!

You might check out these FM-s:

EPS_FTP_GET

EPS_FTP_LS

EPS_FTP_MGET

EPS_FTP_MPUT

EPS_FTP_PUT

EPS_GET_FTP_SYSTEM_INFO

Or if you have an FTP program on your SAP server, you can start it with the SXPG_COMMAND_EXECUTE fm.

Regards

Tamá

3 REPLIES 3
Read only

Former Member
0 Likes
684

Hi!

You might check out these FM-s:

EPS_FTP_GET

EPS_FTP_LS

EPS_FTP_MGET

EPS_FTP_MPUT

EPS_FTP_PUT

EPS_GET_FTP_SYSTEM_INFO

Or if you have an FTP program on your SAP server, you can start it with the SXPG_COMMAND_EXECUTE fm.

Regards

Tamá

Read only

Former Member
0 Likes
683

There aren't. I susepect you went into SE37 and searched for FTP and found nothing. Therefore, there are none.

Read only

Former Member
0 Likes
683

Hi,

we have some standard progams that has all the commands to do a ftp like get/put... Check the program RSEPSFTP.

Regards

Raj