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 using the ABAP stack

JackGraus
Active Contributor
0 Likes
387

The Netweaver ABAP stack can be used with HTTP and SMTP protocol. I do know and also do use FTP that is using RFC destination SAPFTP(A) and function modules like FTP_R3_TO_CLIENT. Instead of using these external kernel programs does anyone know if there any FTP implementations using the ABAP stack ?

Regards Jack

1 ACCEPTED SOLUTION
Read only

former_member212713
Contributor
0 Likes
349

Hi Jack;

Please examine FTP_CONNECT and FTP_DISCONNECT FMs for connect and disconnect,

FTP_COMMAND for commands,

FTP_SERVER_TO_R3 , FTP_R3_TO_SERVER for process.

Finally examine SFTP Func.Group's FM.

Best regards.

1 REPLY 1
Read only

former_member212713
Contributor
0 Likes
350

Hi Jack;

Please examine FTP_CONNECT and FTP_DISCONNECT FMs for connect and disconnect,

FTP_COMMAND for commands,

FTP_SERVER_TO_R3 , FTP_R3_TO_SERVER for process.

Finally examine SFTP Func.Group's FM.

Best regards.