-2

I have the following FTP details as an example:

Server: 10.10.100.10

User: dreamer

Password: 12345

When I used FileZilla I can access the FTP site with the above credentials.

When I use windows explorer, I put this in the address bar ftp://10.10.100.10, I get a pop-up asking for credentials, which I enter and this works.

However, when I use IE, firefox or Chrome, I cannot get in.

I use this in the address bar: ftp://dreamer:12345@10.10.100.10

Please note, this is just an example.

Dreamer78692
  • 215
  • 5
  • 20

1 Answers1

1

In Filezilla right click on the file you want to access.

Select 'Copy URL(s) to clipboard' and paste that into your browser a popup window should appear asking for logins.

That works for me.

stemie
  • 779
  • 3
  • 12
  • 27
  • I get the following url from filezilla **'ftp://dreamer@10.10.100.10'** there is no pop-up for password, it just says access denied. – Dreamer78692 Mar 13 '13 at 09:26
  • 1
    Perhaps there are some sort of permissions that are blocking you accessing it in a browser, speak to your host about that it might be some restrictions you have enabled on your account. Another thing, its probably unlikely that this is the cause but also check if your java script enabled on those browsers. – stemie Mar 13 '13 at 10:32