filezilla - Setup 2 servers on one machine -


how can create two server processes running simultaneously on 1 pc using filezilla ?

  1. make duplicate of first instance.
  2. in directory of second instance, execute

    "filezilla server" /servicename <...>

    "filezilla server" /servicedisplayname <...>

    "filezilla server" /install

you may not mix of commands, must execute 1 after another. enter unique identifier both servicename , servicedisplayname that's different first instance.

alternatively, can insert/update following lines filezilla server.xml , run /install: code:

<item name="service name" type="string">newname</item> <item name="service display name" type="string">newdisplayname</item> 
  1. check second instance in services control panel. make sure both instances have different listening socket.

from https://forum.filezilla-project.org/viewtopic.php?f=6&t=16015


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -