I have a setup screen to take credentials for exporting files to an ftp server.
The fields are username, password, ipadress, port, path
I am using storage/passwords endpoint for username password and a custom endpoint for the others.
username and password get stored in passwords.conf.
and other parameters get saved to customfile.conf
I need to save username also in customfile.conf so that I can use username to get the correct password in password.conf for that username.
How do I do that?
This is my setup.xml
text password text text text
Thanks
↧