IE problem with FTP links to files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ivosh
    New Member
    • Aug 2006
    • 1

    IE problem with FTP links to files

    Hi there,

    I am facing a curious problem. A have a HTML page which contains links to FTP files, e.g. ftp://my.server.net/dir1/dir2/file.pdf.

    The access to the files is authorized via Active directory (IIS FTP server). I would expcet IE to display the logon window after I click the link, but it doesn't. It just says "page cannot be displayed". Which is strange, because the link is 100% correct.

    However -- if I point the link to directory only, where the file is stored, e.g. ftp://my.server.net/dir1/dir2/, the logon window appears and the files are listed there correctly. That's what I want IE to do, but for the file.

    To make things more complicated, in Firefox everything is OK.

    Can anybody help and provide me with any trick to solve this weird IE behaviour?

    Thanks,

    Ivo
  • carot
    New Member
    • Nov 2006
    • 3

    #2
    Hello, I've got the same problem.
    Did you solve it?

    Caroline

    Comment

    • AricC
      Recognized Expert Top Contributor
      • Oct 2006
      • 1885

      #3
      If you click File on the menu bar do you see Login As..

      Comment

      • carot
        New Member
        • Nov 2006
        • 3

        #4
        No, I don't have it in the File menu. I get a page error.
        That's weird.

        Comment

        • AricC
          Recognized Expert Top Contributor
          • Oct 2006
          • 1885

          #5
          Are you using the ftp link in an anchor? Post some of the code if you can.

          Comment

          • carot
            New Member
            • Nov 2006
            • 3

            #6
            yes

            Code:
            <a href="ftp://userID@myFTPserver.gouv/private/dir/myFile.zip" target="_blank">url</a>

            Comment

            Working...