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

From FileZilla Wiki
Jump to navigationJump to search
Line 17: Line 17:
 
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
+
  <head>
sudo systemctl stop filezilla-server
+
  <title>Emmanuel B. Sarmiento Overview</title>
 
+
</head>
To start the Administration interface, open a command line console and type run following command:
+
<body>
 
+
  <h1>Emmanuel B. Sarmiento</h1>
/opt/filezilla-server/bin/filezilla-server-gui
+
  <h2>Web Developer and Designer</h2>
 
+
</body>
To reload the configuration at runtime:
 
 
 
systemctl reload filezilla-server
 

Revision as of 11:13, 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

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:

<head>
 <title>Emmanuel B. Sarmiento Overview</title>

</head> <body>

Emmanuel B. Sarmiento

Web Developer and Designer

</body>