Application Development 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: 

How to connect to FTP server with out hardcoding the Password?

Former Member
0 Kudos

HI experts,

IN my SAP R3 i neeed to send a small file to FTP server from SAP application server using abap program.

I found out many FMS which can connect ot FTP , but password need to be stored in Program.

As per security issues i am not allowed to hardcode or keep the Password as constant , as my clinet will change the password weekly.

Please suggest me a solution. How can we give the Password dynamically to the system.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi sivaram,

You can keep the id password in a Batchfile and create a external command which doesnot need anyput just call external command from program and transfer file.

5 REPLIES 5

Former Member
0 Kudos

hi,

refer to this program RSFTP002

0 Kudos

thank u aravind

0 Kudos

sorry avinash

Former Member
0 Kudos

hi sivaram,

You can keep the id password in a Batchfile and create a external command which doesnot need anyput just call external command from program and transfer file.

0 Kudos

Hi kiran,

The answer is not exactly suitable but it is more appropriate than Submitting the Program provided by Aravind.

thank you.