Difference between revisions of "Command-line arguments (Server)"

From FileZilla Wiki
Jump to navigationJump to search
(sigh)
m (Reverted edits by 75.15.235.68 (Talk) to last version by 83.135.202.127)
Line 21: Line 21:
 
/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.
 
oh and btw these commands don't work sorry for wasting your time. kthnxbai.
 

Revision as of 23:17, 1 February 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.