Config FTP service
-
Hi everbody. This time I need help about FTP service in IIS. I have a folder "c:\Publications " that I want to open this folder to FTP connection. And anyboby would put his/her publication to it without promting any user name or password. Also could not delete none of the items in this folder. People could reach my web site (in my computer that works XP proffesional) and it works without any problem. thanx all previous answers.:rose: karanba
-
Hi everbody. This time I need help about FTP service in IIS. I have a folder "c:\Publications " that I want to open this folder to FTP connection. And anyboby would put his/her publication to it without promting any user name or password. Also could not delete none of the items in this folder. People could reach my web site (in my computer that works XP proffesional) and it works without any problem. thanx all previous answers.:rose: karanba
Well 1) First make a virtual directory called anonymous in you ftp root which should point to c:\publications. you can do this from ISM ( microsoft control) 2) in ISM find out who the anonymous user for your web site is. say its IUSER 3) Not open explorer c:\ 4) For Publications directory give write/read access to IUSER but only on that directory and not to its children. Having write permission on that directory IUSER can upload and read files. But not having write permission on the children of that directory i.e. files and sub folders ... he can't delete any files. Swarup Das