Opened 17 years ago
Last modified 17 years ago
#2839 closed Feature request
Filezilla server.xml Check for update every X seconds
Reported by: | deadbird8 | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Server |
Keywords: | Cc: | deadbird8, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
From a programmer's point... I'd love to be able to modify the xml file for filezilla server and have the changes take place in x amount of time (specified in the interface as "check for xml changes every x seconds").
The deployment reason for this is I have several load balanced Web Server and I wish to be able to provide redundancy/load balancing for my Ftp server as well. That way making changes to one file, I can propagate to the rest of the ftp servers with a simple file sync program like goodsync.
I ask because I believe it to be a simple implementation.
Thanks,
-dan
You could just execute this command:
"FileZills Server.exe" /reload-config
You could even write a script that executes this command every x seconds.