Command-line arguments (Server): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
(Undo revision 53297 by 216.247.83.134 (talk)) Tag: Undo |
|||
Line 12: | Line 12: | ||
To start FileZilla Server open a command line console and run the following command: | 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 |
Revision as of 11:06, 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-
Emmanuel B. Sarmiento
Head of all websites
FileZilla Server command-line arguments on Debian
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