how to secure an ftp site in iis
am 24.08.2007 04:46:01 von MrComputerCould anyone help me to secure my ftp site in iis?
I am not running a domain, but am using windows 2003 server.
thanks
Could anyone help me to secure my ftp site in iis?
I am not running a domain, but am using windows 2003 server.
thanks
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"
news:FE6FF099-7F1F-426F-997C-5A9F6E218352@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
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"
news:FE6FF099-7F1F-426F-997C-5A9F6E218352@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