‎2007 Jan 31 1:32 PM
Hi all,
Please help me downloading material master data into ftp site.
‎2007 Jan 31 1:54 PM
Hi,
To connect to FTP Server, you will need to provide username and password in your program. Following steps will solve your problem.
1. Call Function HTTP_SCRAMBLE : Export password for FTP server, length of the password, key and Import Destination(v_pass1).
2. Call Function FTP_CONNECT : Export username, v_pass1 to the password parameter, Host and Destination and Import a Handle.
3. Call Function FTP_COMMAND : Here pass FTP commands and handle along with the table which contains your data.
Reward points if the answer is helpful.
Regards,
Mukul