Why is my FTP not connecting?
Quick fix. The FTP error “ECONNREFUSED” indicates a failed connection to the FTP server. If the error occurs, try one of these troubleshooting options: The most common quick fix for this FTP connection error is to change the port number from 21 (default FTP port) to 22 (default SFTP port), or the other way around.
Table of Contents
How do I fix FTP connection Connection Refused?

How do you fix Econnrefused?
- Close the connection and start it again.
- Close down FileZilla and start it up again.
- Check the domain name in the connection settings – it might need to start with ftp.
- Check the port number is correct.
- Check that the user name and password are correct.
How do I link a website to an FTP site?
CONNECTING VIA FTP
- Open your FTP program of choice.
- Enter ftp.yoursite.com for the HOST ADDRESS / LOCAL HOST (name differs based upon program).
- Enter your provided username and password, then save.
- Click on the new FTP link you created to automatically login to your website.
How do I troubleshoot FTP?
Verify FTP access

- Temporarily disable software firewalls.
- Verify that a router is not preventing the connection.
- Configure hardware firewall or proxy settings.
- Verify your FTP information.
- Log in with another FTP client.
- Verify whether your SFTP server is supported.
- Modify connection options.
- Troubleshoot FTP log.
What ports need to be open for FTP?
FTP is an internet protocol that allows computers within the network to exchange files in bulk. In order to work correctly, FTP must use two ports — port 21 for command and control, and port 20 for data transport. An FTP client cannot perform the protocol if it fails to connect to the FTP ports.
How do I find my FTP server port number?
How to Find Your FTP Port Numbers
- Check your email to see if you have received the confirmation email from the Web-hosting service.
- Log into your Web-hosting account to get the FTP details from your hosting control panel.
- Use your hosting company’s online help database to find your FTP port numbers.
Which port is the FTP service active?
port 21
The FTP protocol typically uses port 21 as its main means of communication. An FTP server will listen for client connections on port 21.
What is FTP command?
The ftp command uses the File Transfer Protocol (FTP) to transfer files between the local host and a remote host or between two remote hosts. Remote execution of the ftp command is not recommended. The FTP protocol allows data transfer between hosts that use dissimilar file systems.
What is my website FTP address?
Your FTP address or hostname will typically be: ftp.your-domain-name.ie (replacing your domain name as appropriate).
What is FTP details of a website?
FTP is an acronym for File Transfer Protocol. As the name suggests, it is used to transfer files and folders between your local machine (desktop) and your hosting account. We have provided guides to demonstrate how to connect to your website using FTP.
How do I know if my FTP connection is working?
If necessary, contact the System Administrator to provide one.
- From the computer, click on [Start], and then select [Run].
- In the Open field, type: command or cmd and then click [OK].
- From the Command prompt type: ftp xxx.
- A connection script will run and if successful a prompt for a user name will be displayed.
What is FTP port number?
FTP communications use two TCP port number values: one for commands — port 21 by default — and one for data transfer. This is where the PORT command comes into play. The PORT command is sent by an FTP client to establish a secondary connection (address and port) for data to travel over.
Why does FTP require 2 ports?
The initial rationale behind this was so that you could: Continue sending and receiving control instruction on the control connection while you are transfering data. Have more than one data connection active at the same time. The server decides when it’s ready to send you data.
What is default FTP port?
FTP (File Transfer Protocol)
How do I check my FTP connection?
How do I know if my FTP is active or passive?
FTP Connection Modes: Active vs Passive Mode
- In the main menu, click on Edit > Settings….
- Select Connection > FTP from the list on the left side.
- Check the Transfer mode and modify if needed.
- Click on OK.
How do I setup an FTP server?
Setting Up an FTP Server On Your Home Computer
- You’ll first need to download the FileZilla server.
- You will need to install the FileZilla server on your computer.
- Once installed, the FileZilla server should open.
- Once started you can now configure the FTP Server with different groups for the users.
What are four 4 main commands in FTP?
FTP Commands for More than Just File Transfer
- FTP Command. Description.
- ? Access the help screen. Request information about FTP commands.
- ascii. Set file transfer mode to ASCII.
- binary. Set file transfer mode to binary.
- bye. Exit FTP environment.
- cd. Change directory.
- close. Terminate an FTP session.
- delete. Delete a file.
How do I access my FTP server?
Enter the following information under the General tab:
- Host/Address: ftp.
- Port: 2222.
- Logon Type: Normal.
- Protocol (Server Type): SFTP – SSH File Transfer Protocol.
- User: FTP username (Same as your hosting account username or the FTP account created)
- Password: FTP password (Your FTP account password)
What are my FTP settings?
What is FTP and what are my settings?
Host/server name | ftp.primarydomain.xx.xx |
---|---|
Password | The FTP password you set up when you activated your hosting account. |
Upload directory | Your website files should be placed in the /public folder on your web space. This is created automatically when your website is activated. |
What is my FTP server address?
How do I find my FTP server port?
What ports do I need to open for FTP?
Why does FTP have two ports?
It uses an ephemeral port number as its sourceport in the TCP connection. The initial rationale behind this was so that you could: Continue sending and receiving control instruction on the control connection while you are transfering data. Have more than one data connection active at the same time.