Page 1 of 1

Add user using a file

Posted: 2018-02-27 15:50
by fenris
Hi,
sometime i`ve to add a new user to the filezilla server.
Currently i add the user using the frontend.
add a user, edit paths, set a password, ....

Is there a way i can add a user by using a file or something?
I could create a file containing all the userdata and paths.

Maybe theres already such a function?
But i havent found it yet.

Best regards
fenris

Re: Add user using a file

Posted: 2018-02-27 18:21
by boco
All data is stored inside FileZilla Server.xml that's located in the FZ Server program directory. You can edit that file to your liking and then call

"FileZilla Server.exe" /reload-config

to re-read it and apply the changes to a running server instance. Alternately, simple restart the server service (restarting the admin interface doesn't do any good, btw.).