Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All TopicsDear Experts:
Current my FTP server is in this way.
1. All the FTP files are in D:\Inetput\ftproot, which has the following security permissions:
Localhost\Administrators Group -- full control (Inherited to all the subfolders and files)
System -- full control (Inherited to all the subfolders and files)
User Group -- read (Inherited to all the subfolders and files)
2. Then I added some local accounts to the system for each FTP user. For example: Localhost\adem
3. Then I create one folder under ftproot for each FTP user, and allow the account to access its folder. For example, I create D:\Inetput\ftproot\adem for the account Localhost\adem, and let this account have full control (inherited to subfolders and files) to this folder.
Then I found there is a security leak. A user (say, adem) can see other user's file names in this way:
1. run "cmd.exe" command
2. in the command line window, run "ftp.address.com" and login with his user name and password
3. execute "cd ..", then he can user "dir" to display all the folder names for all the users.
4. if there is another user with folder "bob", adem can use "cd bob" to get inside and run "dir".
I tried Windows Explorer and Internet Explorer, and adem cannot access anything outside his own folder, but with the above command line ftp client a leak is found.
Can you tell me how to pervent this leak?
Thank you!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: arnoldPosted on 2008-06-30 at 22:29:16ID: 21905161
Comments are available to members only. Sign up or Log in to view these comments.