I have created a directory in my web hosting server .
I have created a text file.It is used for activation for my application.
But i have set username and password in my application. i wanted to test that decompilers really works or not for my application and it works. when i decompile my app it shows my username and password as it is. this is not good for me.If people knows my username and password they can overwrite the date file and increase the data for there subscription .
I dont want to give my files from being overwritten when someone opens the folder through filezilla .I want to give only download permission for my files not overwrite permission
There would be great appreciation if someone could help me.
Thanks In Advance.
You should then set your FTP server so that the user under which your application logs in doesn’t have write permissions.
If you’re using plain FTP, it doesn’t matter whether others will be able to decompile your application or not (and they will). They can just snoop their network communication and see the username and password.