-3
My doubt is not about how to make a connection with ftp or mysql, because this is not getting.
I connect using parameters such as host, port, user and password. My source code stores this information. Thinking about the security issue, how is a connection implemented without this information remaining in the source code? I thought to create a table in a bank with the user and password and my app to consult this table, but in the connection I use as parameter the user and password of that bank.