Hoping someone may help with an FTP project. I need to change the default FTP ports to 80 in IIS 5, BUT I don't want to have to add 80 in the path (ftp.domain.com:80). I need to somehow configure the default port to 80 on the server. Can this be done?
you can configure port 80 to be ftp on the server, but you will not be able to get around the ftp://x.y.z:80 limitation.
Reason is, port 80 is defined as a http port by most commercial browser clients, and may have difficulty recognizing ftp. May work though, worth a shot.
If that doesn't work you could just let them use 80 over http and in IIS allow directory browsing. If you disable script and execute privlages for all files, remove all appication mappings, hack your matabase to disable the ASP engine to not start on that website, remove all ISAPI functionality, and use other security mechanisms, unless they are hitting an html page it should function exactly like an ftp server with both netscape and IE.
Not saying I would do that, but hey you asked for an option.
I was also told I can edit the "service" file to achieve this. I found the file, changed the default ports for FTP from 20/21 to 80/81. I made sure it was changed in ISM. I then rebooted (just in case), and verfiied IIS had started. I then tried to access the site, but this time I got a message:
"The folder 'ftp://systemname' is read-only because the proxy server is not set up to allow full access. To move, paste, rename, or delete files, you must use a different proxy. For information on changing your proxy, contact your administrator".
The dir is set for full access for everyone. Read/write is set in ISM. On the normal ports, I was able to browse and post. No proxy server in house, and even if I do, bith systems are internal to the network not needing to use a proxy.
Has anyone seen this message? If so, how do I get around it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.