Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Master data extraction into FTP

Former Member
0 Likes
342

Hi all,

Please help me downloading material master data into ftp site.

1 REPLY 1
Read only

Former Member
0 Likes
299

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