‎2008 Jun 05 8:25 AM
Hi,
I have one requirement, that is i have to retrieve the master data from T001,T024E table and i have to send the data fiels from sap R/3 to OTHER server through the SFTP, we are presently in 47 release, could any one please tell me the step by step process for this one.
1) After extracting the data from R/3, How to connect to the SFTP.
FTP_CONNNECT
FTP_COMMADN
FTP_DISCONNECT
above funtion modules will work on SFTP secnario, Could any one guide on this, points will rewarded.
Thanks,
Raju
‎2008 Aug 28 12:32 PM
Hello,
Had you solved your problem ? I have the same problem as you. I think these functions are incorrect as they are used only for the FTP connections not for the SFTP (Secure FTP). In fact, they need to use the program SAPFTP.exe.
Now I am revising the SM49/69 transactions but I am not sure about the result as the communication between IPs are not running fine.
I think we have to create some system commands: one for connection e.g sftp user@host, another for positionating on the appropriate folder and another for transferring our files. These commands should be executed sequentially, ins't it ? ( maybe by a job)
I am not self-confident with UNIX commands and technology, jeje...
Thanks in adavance.