Command-line arguments (Server): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
(Formatting improvements) |
(Adding missing slashes in compat options) |
||
Line 24: | Line 24: | ||
Start and stop can be used together with /compat: | Start and stop can be used together with /compat: | ||
/compat start | /compat /start | ||
/compat stop | /compat /stop | ||
That will start FileZilla Server as normal application and not as a service. Main purpose is for debugging. | That will start FileZilla Server as normal application and not as a service. Main purpose is for debugging. |
Revision as of 01:23, 5 September 2009
Command Line Options
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
Start and stop can be used together with /compat:
/compat /start /compat /stop
That will start FileZilla Server as normal application and not as a service. Main purpose is for debugging.