Command-line arguments (Server): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
m (Reverted edits by 75.15.235.68 (Talk) to last version by 83.135.202.127) |
(Formatting improvements) |
||
Line 2: | Line 2: | ||
Starting and stopping the service: | Starting and stopping the service: | ||
/start | |||
/stop | /start | ||
/stop | |||
Installing the service for manual startup: | Installing the service for manual startup: | ||
/install | |||
/install | |||
Installing the service for start at boot: | Installing the service for start at boot: | ||
Uninstalling service | /install auto | ||
Uninstalling service: | |||
Reloading configuration at runtime | /uninstall | ||
/reload-config | |||
Reloading configuration at runtime: | |||
/reload-config | |||
Start and stop can be used together with /compat: | Start and stop can be used together with /compat: | ||
/compat start | |||
/compat stop | /compat start | ||
/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:17, 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.