Connection attempt failed with "ECONNREFUSED - Connection refused by server"

Filezilla

Filezilla Problem Overview


I am trying to connect to a networked machine's FileZilla server but my FileZilla Client is giving the following error while connecting. The error is:

>"Connection attempt failed with ECONNREFUSED - Connection refused by server"

Windows Firewall is turned off on that machine and i had provided the valid credentials in my FTP Client.

Thanks in advance

Filezilla Solutions


Solution 1 - Filezilla

FTP protocol may be blocked by your ISP firewall, try connecting via SFTP (i.e. use 22 for port num instead of 21 which is simply FTP).

For more information try this link.

Solution 2 - Filezilla

Use port number 22 (for sftp) instead of 21 (normal ftp). Solved this problem for me.

Solution 3 - Filezilla

I solved this error

A connection attempt failed with "ECONNREFUSED - Connection refused by server"

by changing my port to 22 that was successful

Solution 4 - Filezilla

For me, I was receiving this error when connecting to the new IP Address I had configured FileZilla to bind to and saved the configuration. After trying all of the other answers unsuccessfully, I decided to connect to the old IP Address to see what came up; lo and behold it responded.

I restarted the FileZilla Windows Service and it immediately came back listening on the correct IP. Pretty elementary, but it cost me some time today as a noob to FZ.

Hopefully this helps someone out in the same predicament.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNomi KhanView Question on Stackoverflow
Solution 1 - FilezillaLlewellyn CollinsView Answer on Stackoverflow
Solution 2 - FilezillaDeepak YadavView Answer on Stackoverflow
Solution 3 - FilezillaGravity CircusView Answer on Stackoverflow
Solution 4 - FilezillaMoby's Stunt DoubleView Answer on Stackoverflow