how to secure an ftp site in iis

Could anyone help me to secure my ftp site in iis?

I am not running a domain, but am using windows 2003 server.

thanks
MrComputer [ Fr, 24 August 2007 04:46 ] [ ID #1804121 ]

Re: how to secure an ftp site in iis

I don't know exactly what you mean by "secure".
Have you looked at WebDAV as an alternative? It enables you to use a folder
as a drive over http and you can add ssl to secure it.
Anthony,
http://www.airdesk.com





"Mr Computer" <MrComputer [at] discussions.microsoft.com> wrote in message
news:FE6FF099-7F1F-426F-997C-5A9F6E218352 [at] microsoft.com...
> Could anyone help me to secure my ftp site in iis?
>
> I am not running a domain, but am using windows 2003 server.
>
> thanks
Anthony Yates [ Fr, 24 August 2007 08:31 ] [ ID #1804122 ]

Re: how to secure an ftp site in iis

Secure as in FTP config or FTP transmission?
IIS FTP supports only anonymous + basic auth, to protect the user credential
+ data transmission, you can implement ipsec or vpn between client and
server ends.

for normal access restriction, you can configure FTP permissions + NTFS
permissions to restrict control and etc.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/


"Mr Computer" <MrComputer [at] discussions.microsoft.com> wrote in message
news:FE6FF099-7F1F-426F-997C-5A9F6E218352 [at] microsoft.com...
> Could anyone help me to secure my ftp site in iis?
>
> I am not running a domain, but am using windows 2003 server.
>
> thanks
Bernard [ So, 26 August 2007 06:37 ] [ ID #1805675 ]
Webserver » microsoft.public.inetserver.iis.security » how to secure an ftp site in iis

Vorheriges Thema: Client Certificate and SSL termination
Nächstes Thema: IIS7: cannot access a database from a page with authentication on local webserver