IIS 5.0 probs

This is a discussion about IIS 5.0 probs in the Windows Software category; 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.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar01.webp

17 Posts
Location -
Joined 2001-05-28
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

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jul 16
Created
Jul 16
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
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.

data/avatar/default/avatar01.webp

17 Posts
Location -
Joined 2001-05-28
OP
how do i make it passive mode?

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Also, check ALL of your permissions on the files/directories that you want to allow access to (share permissions, ftp site permissions, NTFS permissions).

data/avatar/default/avatar01.webp

17 Posts
Location -
Joined 2001-05-28
OP
you mean the C:\Inetpub\ftproot folder?

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
The client determines the mode, and if that's your home directory for your ftp site, then yes.

data/avatar/default/avatar01.webp

17 Posts
Location -
Joined 2001-05-28
OP
ftproot has all permissions and even with passive mode i cant get into my site, can you?

data/avatar/default/avatar01.webp

17 Posts
Location -
Joined 2001-05-28
OP
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?