IIS 5.0 probs
i cant get the FTP portion of my FTP to work for IIS 5. 0. the website works fine. the FTP gives an error. i am not running the IIS comp straight to the internet though. it has internet shared via Sygate and ports mapped to it.
i cant get the FTP portion of my FTP to work for IIS 5.0.
the website works fine. My Site
the FTP gives an error.
My FTP
i am not running the IIS comp straight to the internet though. it has internet shared via Sygate and ports mapped to it. It has port 80 mapped to it for the website and 20 and 21 for FTP but it still doesnt work
the website works fine. My Site
the FTP gives an error.
My FTP
i am not running the IIS comp straight to the internet though. it has internet shared via Sygate and ports mapped to it. It has port 80 mapped to it for the website and 20 and 21 for FTP but it still doesnt work
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
FTP servers tend to have some issues when used behind Firewalls and/or NAT systems. You can get around that by using "Passive" mode, whereby the server initiates the alternate port negotiation rather than the client. When using FTP, you do use ports other than 20/21 but this is generally transparent to the user. I use IIS 5 behind a PIX 520 and a Linksys consumer router, both of which work fine is using passive mode on the client.
how do i make it passive mode?
you mean the C:\Inetpub\ftproot folder?
ftproot has all permissions and even with passive mode i cant get into my site, can you?
im sure its a problem with the ports becuase ftp://localhost and ftp://192.168.0.2(internal network address) both work. I thought that only 20-21 were used in FTP. both are TCP ports not UDP right?
I open up both TCP and UDP for FTP. This link:
http://www.iana.org/assignments/port-numbers
shows both TCP and UDP as being used in FTP, but other places do not.
http://www.iana.org/assignments/port-numbers
shows both TCP and UDP as being used in FTP, but other places do not.