How can I use my browser to FTP files?

To connect to your FTP server using your browser, you need to use the following format:

ftp://user:pass@x.x.x.x/ (using the ip) or

ftp://user(ftp user):pass(ftp password)@ftp.yourdomain.com/(using the domain name - make sure to use ftp.domainname.com) or

ftp://user@x.x.x.x/(using the ip)

Then it will ask for your password

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What is File Transfer Protocol?

File Transfer Protocol (FTP) is a protocol that is needed to transfer files/folders from your...

How to transfer your website files to our server?

To transfer your website files to our server, follow the given steps:   Make sure that...

Where and How to upload files on the server using FTP?

Generally, an FTP program will ask you for the following information: Host/Server Name: this...

Name some free FTP programs

Here are the few free FTP programs: FileZilla Cute FTP SmartFTP

What is the meaning of error: Unable to resolve host name.

This error means that the hostname you are trying to connect to cannot be resolved to an IP...