Page 1 of 1

Linux: Filezilla server administration: Failed connection

Posted: 2022-10-21 14:53
by knarfoe
Hello,
I did install Filezilla server but I get this error:
Failed connection to server localhost: 14148 Reason: ECONNREFUSED- Connection refused by server.
Any setting I need to do?
I use Linux Mint
tnx
Frank

Re: Linux: Filezilla server administration: Failed connection

Posted: 2022-10-21 15:30
by oibaf
Is the process filezilla-server running?

How did you install it? Did you compile from source or you downloaded the Debian binary package?

Re: Linux: Filezilla server administration: Failed connection

Posted: 2022-10-21 15:35
by knarfoe
The debian package download.
So I would need somehow to start the server automatically?

Re: Linux: Filezilla server administration: Failed connection

Posted: 2022-10-24 08:48
by botg
Normally the service starts automatically after installation.

You can start it manually by running as root, (or with sudo if available):

Code: Select all

systemctl start filezilla-server

Re: Linux: Filezilla server administration: Failed connection

Posted: 2022-11-29 05:41
by mark.antao
knarfoe - did you manage to figure this one out.

Am facing a similar issue using FileZilla FTP Server 1.5.1 installed on Debian 11 (WSL2)

Re: Linux: Filezilla server administration: Failed connection

Posted: 2022-11-29 06:13
by oibaf
The problem has been fixed. FileZilla Server 1.6.0-rc1 was just released and contains the fix, plus others and new features as well. You might consider an upgrade.