Command-line arguments (Server): Difference between revisions

From FileZilla Wiki
Jump to navigationJump to search
(→‎FileZilla Server command-line arguments on Windows: Fix script to restart server and reload config)
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
== FileZilla Server command-line arguments on Windows ==
== FileZilla Server command-line arguments on Windows ==


To start FileZilla Server open a cmd.exe or PowerShell console with Administrator privileges and type the following command:
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 stop filezilla-server

Latest revision as of 11:08, 10 April 2024

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[edit]

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[edit]

To start FileZilla Server open a command line console and run the following command:

sudo systemctl start filezilla-server
sudo systemctl stop filezilla-server

To start the Administration interface, open a command line console and type run following command:

/opt/filezilla-server/bin/filezilla-server-gui

To reload the configuration at runtime:

systemctl reload filezilla-server