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

Transfer files using FTP from Linux to Windows Server

Former Member
0 Likes
1,109

Hi everybody,

We need to transfer some files from SAP application server to another server using FTP. SAP application server operating system is Linux and the other server uses windows server as operating system. This process should be executed in background.

The functions provided by SAP to transfer files FTP, don’t support binary to ascii or text mode conversion and viceversa. We did a lot of research and test with the function modules provided by SAP that use FTP and none of them have that option.

The function modules that we check are

FTP_CLIENT_TO_R3

FTP_CONNECT

FTP_COPY

FTP_DISCONNECT

FTP_R3_TO_CLIENT

FTP_R3_TO_SERVER

FTP_SERVER_TO_R3

And none of them can do that conversion. Is it possible to do that with any module function or method provided by SAP?

Thanks in advance

Edgar

1 REPLY 1
Read only

Former Member
0 Likes
678

Hi Edgar,

What FTP service are you using on the Windows server? Transfer modes (Binary, ASCII) are normally defined in the FTP server.

Regards,

Kevin