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

From FileZilla Wiki
Jump to navigationJump to search
(minor updates)
 
(42 intermediate revisions by 27 users not shown)
Line 1: Line 1:
 
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)]].
 
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 ==
+
== FileZilla Server command-line arguments on Windows ==
  
Starting and stopping the service:
+
To stop/start FileZilla Server open a cmd.exe or PowerShell console with Administrator privileges and type the following command:
  
  /start
+
  net stop filezilla-server
  /stop
+
  net start filezilla-server
  
Installing the service for manual startup:
 
  
/install
+
To reload the configuration at runtime:
  
Installing the service for start at boot:
+
sc control filezilla-server paramchange
  
/install auto
+
== FileZilla Server command-line arguments on Debian ==
  
Uninstalling service:
+
To start FileZilla Server open a command line console and run the following command:
  
  /uninstall
+
  sudo systemctl start filezilla-server
 +
sudo systemctl stop filezilla-server
  
Reloading configuration at runtime:
+
To start the Administration interface, open a command line console and type run following command:
  
  /reload-config
+
  /opt/filezilla-server/bin/filezilla-server-gui
  
According to [http://forum.filezilla-project.org/viewtopic.php?f=6&t=19267 botg's link]
+
To reload the configuration at runtime:
  
/reload-config works by sending a window-message to the first instance of FileZilla Server it finds. In other words, not possible to specify instance. Not even the order in which it finds instances is defined.
+
systemctl reload filezilla-server
 
 
Start and stop can be used together with /compat:<br>Note: That will start FileZilla Server as normal application and not as a service. Main purpose is for debugging.
 
 
 
/compat /start
 
/compat /stop
 
 
 
Change the service name & service display name: (0.9.33)<br>Note: This feature helps to create multiple instances.
 
 
 
/servicename SERVICENAME
 
/servicedisplayname SERVICEDISPLAYNAME
 
 
 
== Microbial Oasis Discovered Beneath the Atacama Desert ==
 
 
 
Two metres below the surface of the Atacama Desert there is an oasis of microorganisms. Researchers from the Center of Astrobiology (Spain) and the Catholic University of the North in Chile have found it in hypersaline substrates thanks to SOLID, a detector for signs of life which could be used in environments similar to subsoil on Mars.
 
 
 
[[http://goodvillenews.com/Microbial-Oasis-Discovered-Beneath-the-Atacama-Desert-WWstX4.html Microbial Oasis Discovered Beneath the Atacama Desert]]
 
 
 
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
 
 
 
== Researchers Nurture Innovative Biofuel Crops in Israels Desert ==
 
 
 
Fears of global warming and its impact on our environment have left scientists scrambling to decrease levels of atmospheric carbon we humans produce. Now, Tel Aviv University researchers are doing their part to reduce humanitys carbon footprint by successfully growing forests in the most unlikely place deep in Israels Aravah Desert.
 
 
 
[[http://goodvillenews.com/Researchers-Nurture-Innovative-Biofuel-Crops-in-Israels-Dese-DJR.html Researchers Nurture Innovative Biofuel Crops in Israels Desert]]
 
 
 
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
 
 
 
== Rats Walking Again After Spinal Cord Injury ==
 
 
 
Scientists in Switzerland have restored full movement to rats paralyzed by spinal cord injuries in a study that spurs hope that the techniques may hold promise for someday treating people with similar injuries.
 
 
 
[[http://goodvillenews.com/Rats-Walking-Again-After-Spinal-Cord-Injury-nBLFSB.html Rats Walking Again After Spinal Cord Injury]]
 
 
 
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
 
 
 
== Man Climbs Worlds 14 Tallest Peaks ==
 
 
 
Hirotaka Takeuchi has gotten official certification for his feat of climbing the worlds 14 tallest mountains. Hes the 30th person ever and the first Japanese person to accomplish the feat.
 
 
 
[[http://goodvillenews.com/Man-Climbs-Worlds-14-Tallest-Peaks-f1nJlP.html Man Climbs Worlds 14 Tallest Peaks]]
 
 
 
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
 
 
 
== New Toilet System Transform Waste into Electricity ==
 
 
 
Scientists from Nanyang Technological University (NTU) have invented a new toilet system that will turn human waste into electricity and fertilisers and also reduce the amount of water needed for flushing by up to 90 per cent compared to current toilet systems in Singapore.
 
 
 
[[http://goodvillenews.com/New-Toilet-System-Transform-Waste-into-Electricity-zvQBzk.html New Toilet System Transform Waste into Electricity]]
 
 
 
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
 

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