Command-line arguments (Server): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
m (moved Command Line Options to Command-line arguments (Server)) |
(Adding introductory paragraph and adjusting heading) |
||
Line 1: | Line 1: | ||
== | These are the command-line arguments for [[FileZilla FTP Server|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: | Starting and stopping the service: |
Revision as of 14:13, 5 September 2009
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
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.