2023 May 20 5:58 PM
Dear
Is possible through a program ABAP read a file that is in the Server SFTP of Successfactor ?
I am using this code and return "not_connected = 1".
CALL FUNCTION 'HTTP_SCRAMBLE'
EXPORTING
SOURCE = lv_pass
sourcelen = lv_slen
key = lv_key
IMPORTING
destination = lv_pass.
CALL FUNCTION 'FTP_CONNECT'
EXPORTING
user = lv_user
password = lv_pass
host = lv_host
rfc_destination = 'SAPFTP'
IMPORTING
handle = lv_handle
EXCEPTIONS
not_connected = 1
OTHERS = 2.
What other option is possible ?
What shoul pass in the key?
Regards
2023 May 20 8:03 PM
Read first this wiki: Secure File Transfer Protocol - SFTP and OSS note 795131 - FAQ: SAPFTP cannot perform secure FTP communication