Page 1 of 1

Can FileZilla start with specific port by cmd?

Posted: 2020-08-05 15:35
by caveogre
Hi everyone.

I need 2 copies of Filezilla to launch at System start. One copy must use 15000 port, next one 10051. Are there some posibilities to launch them from .bat, or something else?

Sorry for my English.

Re: Can FileZilla start with specific port by cmd?

Posted: 2020-08-06 08:28
by botg
Have a look at https://wiki.filezilla-project.org/Comm ... s_(Server)

You can install a second service under another name, make sure to run it from a different directory.

Re: Can FileZilla start with specific port by cmd?

Posted: 2020-08-07 14:09
by caveogre
I have 2 instance of FileZilla. Problem is if one instance cause some reason went down, i need to start it again with specific port.
if there is autostart with port set 15000, next instance will start with same port, even start different exe. Any ideas?

Re: Can FileZilla start with specific port by cmd?

Posted: 2020-08-09 02:01
by boco
You need to run the following commands from the directory of the second instance (the first one can be installed normally):
"FileZilla Server.exe" /servicename SecondServer
"FileZilla Server.exe" /servicedisplayname FileZillaSecondServer
The italic parts can be chosen by you. After running both commands, the second instance can be set up separately and differently from the first one.