Hi ,
I have requirement of accessing a file from ABAP Interface hosted in one Network to other network Shared drive by passing the credentials.
I know we can use the function modules using FTP connection.
u2022 HTTP_SCRAMBLE - To scramble the password
u2022 FTP_CONNECT - To connect to the remote system
u2022 FTP_COMMAND - To execute the FTP command
u2022 FTP_DISCONNECT - To close the FTP connection
Any other ways of accessing the file in shared folder in a different domain from SAP interface?
Any help is appreciated.
Thanks
Venkat