Click here to Skip to main content
15,992,922 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

i want to activate my software online through our web site

when s/w install it will show activation form first time and activate from our web-site

and when it connect with our site i do not want to pass my FTP details from the client side

because if i will do this any one can decompile dll's and get the FTP Details

Posted

1 solution

Using FTP for this is a dumb idea, if you must use FTP, use a login that only has permissions to do what it needs to, in case it gets hacked.  your question is sort of weird because you don't explain how it is that you feel your FTP details are even needed to do what you're doing.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900