How do i use my browser to ftp files?

To connect to your ftp server using your browser, you will 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

How to Change the password on an FTP account?

Kindly use the following steps to change a password on an FTP account:- (a) Click on the Ftp...

I have uploaded my files but my site is not coming up in my browser?

When you FTP into your account, you will see 5 folders (tmp, mail, public_html, public_ftp and...

Common FTP codes. What do they mean?

Here's a list of some of the most common FTP codes you might see:- 100 - Codes The requested...

Error: No connection could be made because the target machine actively refused it. Connection closed

The error is occurring because there is no server listening at the hostname and port you...

Error: Unable to resolve host name

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