Allow http, but deny ftp
am 13.02.2007 16:31:01 von ThomasKofler
Hello,
we have the following scenario:
IIS 6.0 on Windows 2003
Web-Directory and ftp-Directory use the same physical ntfs folder.
For one user (Active Directory) we have a a secure web appliation (SSL) to
upload/download documents (the NTFS permission for the AD user must be set
probably on this directory).
The problem: The same user could use ftp to download the file unsecure.
How to "block" this specific user to use ftp?
Re: Allow http, but deny ftp
am 14.02.2007 12:41:07 von Ken Schaefer
Hi,
Make the folder a virtual directory that is not located under the physical
web root. Do not add it as a virtual directory under your FTP server.
Cheers
Ken
"Thomas Kofler" wrote in message
news:2F2E404C-CB10-46B8-97F1-33BAEA0AC0B2@microsoft.com...
> Hello,
>
> we have the following scenario:
>
> IIS 6.0 on Windows 2003
>
> Web-Directory and ftp-Directory use the same physical ntfs folder.
>
> For one user (Active Directory) we have a a secure web appliation (SSL) to
> upload/download documents (the NTFS permission for the AD user must be set
> probably on this directory).
>
> The problem: The same user could use ftp to download the file unsecure.
>
> How to "block" this specific user to use ftp?