Page 1 of 1

Script to Create Users

Posted: 2012-07-23 20:42
by cphzilla
Hello,

Is there any way to create a script to add users to FileZilla, complete with directory permissions etc?

Chris

Re: Script to Create Users

Posted: 2012-07-24 08:58
by boco
This thread is about the server, I presume?

The FileZilla Server.xml file holds all settings and has a well defined format. So you can just modify that file or create a new one and call

''FileZilla Server.exe'' /reload-config

afterwards.


As for example scripts, you can read this thread: http://forum.filezilla-project.org/view ... f=6&t=5310

Re: Script to Create Users

Posted: 2012-07-24 13:33
by cphzilla
Thanks!