I need to use ftp://user:[email protected] for my clients to download report files. The ftp connects but to the root at eprospector.com not the directory of the ftp user. I thought the tool "FTP Users" allowed us to create 5 ftp users with one or more different directories. I have used this process on other hosted sites. The connected directory is aspnet_client not the ftp users directory I set up using the tool. Any ideas why this is not working from the browser, it works fine when connecting with WS_FTP pro.
The problem is IE. You really cannot open FTP in IE, you have to go through Windows Explorer. You can try to create a ASP.Net app that calls on a FTP connection to download the file. Try looking at these links I found on the Internet. http://www.codeproject.com/KB/IP/FtpClient.aspx http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest(VS.80).aspx
Yes, you can use IE for ftp protocol. ftp://user:[email protected] has worked for many years within my current application. The problem seems to be with Winhost directory security and it is not allowing for browser access. The connection is still defaulting to aspnet_client directory under root at eprospector.com not the ftp users directory.
You may want to look at these links. These are documentations from Microsoft that states they are trying to separate FTP from IE 7 & Higher with Windows Explorer. http://support.microsoft.com/kb/928675 http://blogs.msdn.com/b/askie/archi...-internet-explorer-what-to-do-what-to-do.aspx
Having the same issue with Safari 4.0.4. It is defaulting to the root at eprospector.com in the directory aspnet_client. What is this directory??? It is not even the root of my website.
Like I said this really is not something we can fix on the server side. If you use a full FTP client or even MS DOS, you will find that it points to the correct FTP root. These issues you are seeing are all browser client related issues.