‎2011 Oct 03 7:38 AM
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
‎2011 Oct 03 3:29 PM
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.
‎2011 Oct 03 3:29 PM
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.