[SOLVED] ftp multiple users should share a single folder/dir with their account passwords
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
ftp multiple users should share a single folder/dir with their account passwords
hi linux user/admin,
I am using an FTP server. we should need two directories. few ftp users should have the permission to enter into one directory and remaining should enter into other directory. while entering into the specific directory it should ask for the username and password.
EXAMPLE: there are main1 and main2 are two directories in the FTP server.. and we have ftp1 , ftp2, ftp3, ftp4 and ftp5 are five ftp users are there.
ftp1 and ftp2 should have the permission to enter into the main1
ftp3,ftp4 and ftp5 should have the permission to enter into the main2
every time it should check by the user password...
please can you any one help me or can you show me some other way????????????????????????
I am using an FTP server. we should need two directories. few ftp users should have the permission to enter into one directory and remaining should enter into other directory. while entering into the specific directory it should ask for the username and password.
EXAMPLE: there are main1 and main2 are two directories in the FTP server.. and we have ftp1 , ftp2, ftp3, ftp4 and ftp5 are five ftp users are there.
ftp1 and ftp2 should have the permission to enter into the main1
ftp3,ftp4 and ftp5 should have the permission to enter into the main2
every time it should check by the user password...
please can you any one help me or can you show me some other way????????????????????????
every user by default logs into their home directory when they give their credentials while logging in ftp server
so you need to specify the default place where the user has to go after logging in
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.