|
Home > Archive > IIS Server > January 2004 > Question about IIS 6.0 FTP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Question about IIS 6.0 FTP
|
|
|
| I have set up two ftp server on IIS 6.0 on win2003
machine. One uses the default port --21. another use 22
both ftp server have enable 'allow anonymous access'
and "only allow ananymous access'. However I found that
the first server can't be accessed without problems.
The second can't , it always prompt to login and said not
allow anonymous access. What's the problem ? Thanks!
| |
| Jeff Cochran 2004-01-24, 1:38 am |
| On Thu, 8 Jan 2004 01:20:24 -0800, "York"
<anonymous@discussions.microsoft.com> wrote:
quote:
>I have set up two ftp server on IIS 6.0 on win2003
>machine. One uses the default port --21. another use 22
>both ftp server have enable 'allow anonymous access'
>and "only allow ananymous access'. However I found that
>the first server can't be accessed without problems.
"Can" or "Can't"? If it can't, tell us the problems.
quote:
>The second can't , it always prompt to login and said not
>allow anonymous access. What's the problem ? Thanks!
What authentication are you using and did you configure the NTFS
permissions for the home folder? And made sure the home folder
actually exists?
Jeff
| |
|
| Sorry, the first server "can" and second one (port 22)
can't.
the homedirectory exist. The homedirectory's permission
is not for everyone but the account for anonymous access
is already granted the access right.
Will this influence ?
quote:
>-----Original Message-----
>On Thu, 8 Jan 2004 01:20:24 -0800, "York"
><anonymous@discussions.microsoft.com> wrote:
>
>
>"Can" or "Can't"? If it can't, tell us the problems.
>
not[QUOTE][color=darkred]
>
>What authentication are you using and did you configure
the NTFSquote:
>permissions for the home folder? And made sure the home
folderquote:
>actually exists?
>
>Jeff
>.
>
| |
| Bernard 2004-01-24, 1:38 am |
| Ftp uses 2 ports in active mode. X and X -1
So if first site - 21, it will need 20
and second site 22, it will need 21
That's why you get error, try to use different range.
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"York" <anonymous@discussions.microsoft.com> ????
news:061f01c3d659$03a34150$a401280a@phx.gbl...[QUOTE][color=darkred]
> Sorry, the first server "can" and second one (port 22)
> can't.
>
> the homedirectory exist. The homedirectory's permission
> is not for everyone but the account for anonymous access
> is already granted the access right.
>
> Will this influence ?
>
>
>
> not
> the NTFS
> folder
|
|
|
|
|