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

From FileZilla Wiki
Jump to navigationJump to search
(Undo revision 8266 by CodeSquid (talk))
 
(40 intermediate revisions by 26 users not shown)
Line 1: Line 1:
Ja nee stimmt, da gibt es keine neuen Kernel oder viel mehr merkt man von denen nur was, weil das aucimatosthe Update das gesamte System dem Erliegen nahe bringt. Wenn dann dem Antivirenprogramm noch einfe4llt, dass eigentlich ein Update nf6tig we4re, dann kf6nnen dem ersten Kaffee, denn der Start gedauert hat, getrost noch zwei Weitere folgen. ;-)Warum sollte man sich eigentlich den aktuelleren Kernel auf sein System laden? Ist es nicht meist so, dass eh nur neuere Features dazu gekommen sind, die man selbst vielleicht eher nicht so braucht? Mein Archlinux hat damit btw. keine Probleme.lGSchumbi
+
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 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 ==
 +
 
 +
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

Latest revision as of 12: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