How to connect to FTP with a web browser

There are a few ways to connect by FTP to a host. One of the easiest ways is to use Internet Explorer as an FTP browser.

In order to connect by FTP, you just need to use the following address:

ftp://YourFtpUser:YourFtpUserPassword@yourdomain.com

However, if your FTP user to connect is similar to user@yourdomain.com then you will have to URL encode it like this:

ftp://YourFtpUser%40YourDomain.com:YourFtpUserPassword@yourdomain.com

In the above case it is important to note what the FTP username is:

YourFtpUser%40YourDomain.com

This address is URL-encoded and comes from YourFtpUser@YourDomain.com where @ has been substituted with%40, which is the ASCII code for @.

For more information about FTP you can check Hostlantern's FTP Tutorial.

If you still have problems connecting by FTP, it is possible that your outgoing TCP port 21 is blocked by your local firewall or Internet service provider. If this is not the case, then your FTP server might be unreliable and you should transfer to a stable FTP service provider.

FTP is easy to set up and work with when you have the right host to support you. Check out what SiteGround’s FTP hosting offers and sign up for our services so you could rely on expert FTP assistance!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Recommended FileZilla settings

If you experience any issues when uploading/downloading files with FileZilla, make sure you set...

FTP Not Working – How to Fix FTP problems

There are many different reasons for FTP issues - incorrect login details, Internet connection...

How to fix the ‘421 Home directory not available – aborting’ FTP error

If you receive this error when trying to connect to your account via FTP: 421 Home directory not...

FTP error: ‘Impossible to connect to the server’

The most probable reason for getting this error: Impossible to connect to the server when...

What does the FTP login message ‘Your bandwidth usage is restricted’ mean

The message "Your bandwidth usage is restricted" means that there is a bandwidth restriction for...