2018 Mar 21 7:47 AM
Hi,
I am currently setting up an FTP RFC server. I need to implement the function module FTP_CONNECT in my function repository. However, I am receiving the password parameter scrambled by HTTP_SCRAMBLE. Is there a way to unscramble it? What kind of algorithm is used? I am implementing the RFC server in Java with JCO so I will be unscrambling the password in Java.
Thanks in advance!
Hi,
I am currently setting up an FTP RFC server. I need to implement the function module FTP_CONNECT in my function repository. However, I am receiving the password parameter scrambled by HTTP_SCRAMBLE. Is there a way to unscramble it? What kind of algorithm is used? I am implementing the RFC server in Java with JCO so I will be unscrambling the password in Java.
Thanks in advance!
2018 Mar 21 7:54 AM
2018 Mar 21 8:54 AM
Well that is not entirely logical. Why would SAP send me a password for the FTP server, which I cannot reverse? Whoever implements FTP_CONNECT should be able to connect to the FTP server using the credentials given.
2018 Mar 21 9:04 AM
Hi
you dont need it because sapftp needs it encrypted.
Best regards
Jozsef Hegyi
2018 Mar 21 9:08 AM
What kind of algorithm is used? --> Look at the source
Is there a way to unscramble it? --> Reverse the logic