Hi People.
I need to build an FTP server, with specific, untrivial setup, and would ask 
your help about it.
I need settings per-user, non-anonymous, XFP support, and Chroot jail. Also, I 
need it to be very secure FTP server - no WU, whatever its capabilities are.
The idea is as follows:
Lets say I have four users: User1, User2, User3, AdminUser
I want their directories (reffered under the user names) to reside in a tree 
such as this:
AdminUser /
                -/User1
                -/User2
                -/User3

All users should see their home dir as the root of the filesystem. 
Now comes the complicated part: AdminUser can write anywhere. User1 & User2 
can RO, and User3 can RW, but not change/delete.

I am currently using VSftpd, but it has some weird bug with IE, where, as far 
as I know now, IE "forgets" to send "LIST" command to the server. Reason? 
Unknown at the moment.
I'm going to try and solve it for now, however, an alternative FTP server can 
be an alternative solution (if I can't solve it). 
Since I'm going to manage about 5 users, I see no reason to use any SQL 
back-end, if it's avoidable. I preffer plain text, as much as possible.

Thanks!
Ez

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to