General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Do my permission is wrong with IIS 6
Here are the screen capture of my root of
http://test.wusogorphoto.net/kei/server/001.jpg
Now Let me tell you what I do for integration the IIS and FTP after the default installed OS .
1. I build a user called "abcd" and give him a password
2. Later, I following the microsoft document to build up a isolate FTP
3. I make a "virtualhost" directory under root of
4. under "virtualhost" I build a LocalUser directory
5. LAter I build a "abcd" under LocalUser
6. Later build up INetPub under "abcd" (for security reason of the Access Database, I want to the user's root FTP folder is in
7. Build "wwwroot" under "INetPub"
http://test.wusogorphoto.net/kei/server/002.jpg
8. I change the FTP's default directory from "C:\inetpub\ftproot" to "D:\virtualhost"
9. I add a new web site in IIS, and point it to "D:\virtualhost\LocalUser\abcd\INetPub\wwwroot"
10. I change the FTP's "Directory listing style" under "Home Directory" from "MS-DOS" to "UNIX"
Later, I open FileZilla FTP client, and upload the file to the FTP, it work ok and can del, make new files ... but I take care of the right side of my FTP client, it show me RWXRWXRWX onthe files ....
http://test.wusogorphoto.net/kei/server/003.jpg
http://test.wusogorphoto.net/kei/server/004.jpg
But, I have make a php forum using simplemachine.org to upload the attachment by the froum, and go to the FTP client to see the files, it is R-XR-XR-X (P.S. I have add a write permission to the ISUR_MACHINE_NAME for the forum, else it can't write anything to the attachment directory), the permission is not same with the abcd account one .... why, do it will be a security hole of my web site?? Here are the screen capture
http://test.wusogorphoto.net/kei/server/005.j