Command-line arguments (Server): Difference between revisions
(→FileZilla Server command-line arguments: adding caveat for reload-config) |
|||
Line 24: | Line 24: | ||
/reload-config | /reload-config | ||
According to [http://forum.filezilla-project.org/viewtopic.php?f=6&t=19267 botg's link] | According to [http://forum.filezilla-project.org/viewtopic.php?f=6&t=19267 botg's link] [http://www.casinoenligne555.org/ casino] | ||
/reload-config works by sending a window-message to the first instance of FileZilla Server it finds. In other words, not possible to specify instance. Not even the order in which it finds instances is defined. | /reload-config works by sending a window-message to the first instance of FileZilla Server it finds. In other words, not possible to specify instance. Not even the order in which it finds instances is defined. |
Revision as of 14:16, 11 August 2011
These are the command-line arguments for FileZilla Server. The Client command-line arguments can be found under Command-line arguments (Client).
FileZilla Server command-line arguments
Starting and stopping the service:
/start /stop
Installing the service for manual startup:
/install
Installing the service for start at boot:
/install auto
Uninstalling service:
/uninstall
Reloading configuration at runtime:
/reload-config
According to botg's link casino
/reload-config works by sending a window-message to the first instance of FileZilla Server it finds. In other words, not possible to specify instance. Not even the order in which it finds instances is defined.
Start and stop can be used together with /compat:
Note: That will start FileZilla Server as normal application and not as a service. Main purpose is for debugging.
/compat /start /compat /stop
Change the service name & service display name: (0.9.33)
Note: This feature helps to create multiple instances.
/servicename SERVICENAME /servicedisplayname SERVICEDISPLAYNAME