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

From FileZilla Wiki
Jump to navigationJump to search
(Undo revision 53117 by 2600:387:2:803:0:0:0:72 (talk))
Tag: Undo
Line 2: Line 2:
  
 
== FileZilla Server command-line arguments on Windows ==
 
== FileZilla Server command-line arguments on Windows ==
 +
 +
To stop/start FileZilla Server open a cmd.exe or PowerShell console with Administrator privileges and type the following command:
 +
 +
net stop filezilla-server
 +
net start filezilla-server
 +
 +
 +
To reload the configuration at runtime:
 +
 +
sc control filezilla-server paramchange
  
 
== FileZilla Server command-line arguments on Debian ==
 
== FileZilla Server command-line arguments on Debian ==

Revision as of 08:38, 12 October 2023

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 on Windows

To stop/start FileZilla Server open a cmd.exe or PowerShell console with Administrator privileges and type the following command:

net stop filezilla-server
net start filezilla-server


To reload the configuration at runtime:

sc control filezilla-server paramchange

FileZilla Server command-line arguments on Debian