Groups | Blog | Home
all groups > iis ftp > july 2004 >

iis ftp : How can I setup an individual folder for each user?



Sara
7/21/2004 11:28:42 AM
Hi guys,
Paul,

I follow from the link you send me.
I first created the folder called "ftproot" with NTFS partition. The main
folder I have

Administrator ''FC"
Everyone "Read"
System "Read"

I created a sub-folder called "misc"

has a NTFS permission.

Administrator "FC"
misc ( is a domian user) "FC"
System "Read and Write"

I have domain user "misc" log on locally right on local security policy.
Inside of the IIS 5 , I created a FTP site has its directory to ftproot,
then created a virtual site called "misc" which route that to
D:\ftproot\misc
Under Security Accounts tab of FTP site I uncheck "Allow Anonymous
Connections"
Under the FTP site Operator section, I have an Administrator and user "misc"
add.
When I outside fo this network. I logon from IE 6.0 with an user name "misc"
to logon.
ftp.abc.com and never work.

here's the FTP log file for the user logon.

16:37 X.X.X.X misc [210] USER misc 331
16:37 X.X.X.X - [210]PASS - 530
16:38 X.X.X.X misc [211] USER misc 331
16:38 X.X.X.X - [211]PASS - 530

Any ideal? Thank you very much.

best regards
Nina


[quoted text, click to view]

Bernard
7/22/2004 11:51:05 AM
Verify you settings with this kb
Err Msg: 530 User <Username> Cannot Log In. Login Failed.
http://support.microsoft.com/?id=200475



--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

Eric
8/4/2004 8:26:28 AM
This the prcess I wrote up

Create User:
3. Use Computer Management to create a local user
based on the requested username and password.
4. "Full Name" should be the name of the requesting
user.
5. List the Project name and location
for "Description".
6. Uncheck the box "User must change password at
next login".
7. Check the box "Password never expires".
8. Add the user to the group "Log On Locally".

Create FTP Folder:
9. Use Windows Explorer to create a subfolder in the
D:\"whatever" folder based on the username.
10. Right click on the subfolder, select "Properties"
then "Security".
Uncheck the box "Allow inheritable permissions
from the parent to propagate to this object".
11. Added the user with "Full Control" access rights.
12. Remove the "Everyone" group from access control
list.

Setup Virtual Directory:
13. Run Internet Service Manager located on the
Desktop.
14. Hit the plus sign next to dalftp20.
15. Right click on "Parsons FTP" and select New,
Virtual Directory.
16. This will start the Virtual Directory Creation
Wizard. Click Next.
17. For Alias put in the username. Click Next.
18. For Path put in the path to the user's
directory. Ex. D:\prod\username
Click Next.
19. Check both boxes for Read and Write access.
Click Next, then Finished.





[quoted text, click to view]
AddThis Social Bookmark Button