Page 1 of 1

Setup Accounts Via Command Line

Posted: 2012-03-09 21:08
by vbgamer45
Hello,
Looking into using FileZilla Server on a Windows 2008 server.

This is what I want to do
Add/Delete ftp users via command line.
Set quota limits for added users either on user creation or modify via the command line
Have the data stored on another windows server which is accessed via a network drive.

If this is possible let me know and if you have any links to topics on these subjects that would be very helpful.
Thanks

Re: Setup Accounts Via Command Line

Posted: 2012-03-10 12:45
by boco
Add/Delete ftp users via command line.
Set quota limits for added users either on user creation or modify via the command line
Not possible via commandline. What you can do is modifying the FileZilla Server.xml directly and calling FileZilla Server.exe with the /reload-config swich afterwards.

Code: Select all

"FileZilla Server.exe" /reload-config
Have the data stored on another windows server which is accessed via a network drive.
This is possible, but please read the following sticky topic: http://forum.filezilla-project.org/view ... f=6&t=9200.