How to Connect to FTP With a Web Browser

How to Connect to FTP With a Web Browser

There are a few ways to connect by FTP to a host. The easiest way is using Internet Explorer which has the best FTP support.

 

In order to connect by FTP with your browser, you should just use the following address:

ftp://YourFTPUser:YourFTPUserPassword@yourdomain.com (replace with your appropriate information)

 

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 "@".

 

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.

  • 28 Users Found This Useful
Was this answer helpful?

Related Articles

How to Activate SpamAssassin in cPanel

How to Activate Spam Assassin in cPanel These instructions will explain how to activate antispam...

How to Setup an Auto-Responder in cPanel (Video)

How to Setup an Auto-Responder in cPanel from Ecolohosting on Vimeo.

How to Update Your Contact Information in cPanel (Video)

How to Update your Contact Information in cPanel from Ecolohosting on Vimeo.

How to Create a MySQL Database in cPanel (Video)

How to Create a MySQL Database in cPanel from Ecolohosting on Vimeo.

How to Setup a Cron Job in cPanel (Video)

Cómo Configurar Cron Job en cPanel from Ecolohosting on Vimeo.