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

From FileZilla Wiki
Jump to navigationJump to search
(fWLckMfPySfhmJIvYmH)
(Undo revision 35356 by 115.249.46.242 (talk))
(20 intermediate revisions by 14 users not shown)
Line 1: Line 1:
Among the most used CMS programs today are WordPress, Mambo, Joomla, and Drupal, all of which are free as open soruce applications. If you want to buy a proprietary system there are also quite a few to choose from including offerings from the big outfits like Microsoft and Oracle, but the cost is sometimes prohibitive for an SMEOne important consideration is the amount of cost involved in setting up and learning an Open Source program in comparison to the cost of purchasing a turnkey proprietary system.
+
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 ==
 +
 
 +
Starting and stopping the service:
 +
 
 +
/start
 +
/stop
 +
 
 +
Installing the service for manual startup:
 +
 
 +
/install
 +
 
 +
Installing the service for start at boot:
 +
 
 +
/install auto
 +
 
 +
Uninstalling service:
 +
 
 +
/uninstall
 +
 
 +
Reloading configuration at runtime:
 +
 
 +
/reload-config
 +
 
 +
According to [http://forum.filezilla-project.org/viewtopic.php?f=6&t=19267 botg's link]
 +
 
 +
/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.
 +
 
 +
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

Revision as of 03:52, 18 February 2016

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

Starting and stopping the service:

/start
/stop

Installing the service for manual startup:

/install

Installing the service for start at boot:

/install auto

Uninstalling service:

/uninstall

Reloading configuration at runtime:

/reload-config

According to botg's link

/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.

Start and stop can be used together with /compat:
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)
Note: This feature helps to create multiple instances.

/servicename SERVICENAME
/servicedisplayname SERVICEDISPLAYNAME