filezilla - Setup 2 servers on one machine -
how can create two server processes running simultaneously on 1 pc using filezilla ?
- make duplicate of first instance.
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> - 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
Post a Comment