Set up a second FTP server instance?

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
webguyz
500 Command not understood
Posts: 3
Joined: 2017-10-24 13:26

Set up a second FTP server instance?

#1 Post by webguyz » 2017-10-24 14:08

I have a need to get a second FileZilla FTP server instance running under windows 2012 R2.
I found some old posts about copying the directory of the working instance to a new directory and modifying the .xml
with a different service name
"Filezilla Server.exe" /SERVICENAME FTP1
"Filezilla Server.exe" /SERVICEDISPLAYNAME FTP1
"Filezilla Server.exe" /INSTALL AUTO

Manually edited the .xml to use different IP address

When I run the commands in the new directory it asks if I want to stop the server. It seems like its only allowing one instance of the ftp server
I don't see a new instance get created in Services
What am I missing? Any reason why I should not be able to add a second instance?

Thanks!

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Set up a second FTP server instance?

#2 Post by botg » 2017-10-24 15:18

Did you run these commands as administrator in an elevated command-prompt?

webguyz
500 Command not understood
Posts: 3
Joined: 2017-10-24 13:26

Re: Set up a second FTP server instance?

#3 Post by webguyz » 2017-10-24 18:38

Yes, ran as administrator. Do I have to stop the main Filezilla server service before running these commands?

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Set up a second FTP server instance?

#4 Post by botg » 2017-10-24 20:10

I see what the problem is. It's the capitalization of your arguments.

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: Set up a second FTP server instance?

#5 Post by boco » 2017-10-25 02:03

Should be rather case insensitive IMO.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

webguyz
500 Command not understood
Posts: 3
Joined: 2017-10-24 13:26

Re: Set up a second FTP server instance?

#6 Post by webguyz » 2017-10-25 13:11

Tried lower case with no difference.

I did notice that when I type
"Filezilla Server.exe" /servicename ftp2
it does not update the xml file. Is it supposed to update the .xml with the new servicename and servicedisplayname?

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: Set up a second FTP server instance?

#7 Post by boco » 2017-10-25 15:02

Yes, and it does, for me.

Of course, if you still work inside Program Files (or Program Files (x86)), then the command line needs administrative rights. Else it cannot write to the XML.


@botg: While testing without admin rights, the server executable even crashes hard. There seems to be an untrapped error:

Code: Select all

Faulting application name: FileZilla Server.exe, version: 0.9.60.0, time stamp: 0x58987fe8
Faulting module name: FileZilla Server.exe, version: 0.9.60.0, time stamp: 0x58987fe8
Exception code: 0xc0000417
Fault offset: 0x0007932f
Faulting process id: 0x2eec
Faulting application start time: 0x01d34da12171ae75
Faulting application path: C:\Program Files (x86)\FileZilla Server2\FileZilla Server.exe
Faulting module path: C:\Program Files (x86)\FileZilla Server2\FileZilla Server.exe
Report Id: 5f36e515-b994-11e7-98da-6805ca39cee3
Nothing in CrashDumps directory.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply