This is a discussion on How to restrict user access to a folder only on AIX Unix while doing FTP within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi , I really need your help badly .Please help me to resolve this issue. I created a user ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi , I really need your help badly .Please help me to resolve this issue. I created a user ftptest assigned to group ftpuser . What we want is user shouldn't navigate from one directory to another while doing FTP.It means he should confine to his home directory throug out FTP session. I can restrict the user to his home directory by invoking restrict shell (i.e rsh) but stil user can navigate during FTP session . Thanks for your help in advance Niraj |
| |||
| niraj_2005@yahoo.com.sg (niraj_2005@yahoo.com.sg) wrote in message news:<a2ffe9ad.0407200156.11dde6a9@posting.google. com>... > Hi , > I really need your help badly .Please help me to resolve this issue. I > created a user ftptest assigned to group ftpuser . What we want is user > shouldn't navigate from one directory to another while doing FTP.It means > he should confine to his home directory throug out FTP session. > I can restrict the user to his home directory by invoking restrict > shell (i.e rsh) but stil user can navigate during FTP session . > > Thanks for your help in advance > Niraj Look at the script /usr/samples/ftp/anon.ftp |
| |||
| <niraj_2005@yahoo.com.sg> schrieb im Newsbeitrag news:a2ffe9ad.0407200156.11dde6a9@posting.google.c om... > Hi , > I really need your help badly .Please help me to resolve this issue. I > created a user ftptest assigned to group ftpuser . What we want is user > shouldn't navigate from one directory to another while doing FTP.It means > he should confine to his home directory throug out FTP session. > I can restrict the user to his home directory by invoking restrict > shell (i.e rsh) but stil user can navigate during FTP session . > > Thanks for your help in advance > Niraj Hi Niraj, an elaborate explanation on how to do this is available from IBM directly: http://publib16.boulder.ibm.com/pser...nonymous_f tp HTH, andreas |
| ||||
| niraj_2005@yahoo.com.sg <niraj_2005@yahoo.com.sg> wrote: nycs> Hi , nycs> I really need your help badly .Please help me to resolve this issue. I nycs> created a user ftptest assigned to group ftpuser . What we want is user nycs> shouldn't navigate from one directory to another while doing FTP.It means nycs> he should confine to his home directory throug out FTP session. nycs> I can restrict the user to his home directory by invoking restrict nycs> shell (i.e rsh) but stil user can navigate during FTP session . nycs> Thanks for your help in advance nycs> Niraj The anonymous ftp, as implemented by IBM and suggested by others on this list, is one good way to go. Another would be to install the highly configurable (similar directives to the Apache web server) ProFTPD package. You can get the source code from http://www.proftpd.org/ , where you can also find all the info you need. Precompiled binaries are also available at http://www.bullfreeware.com/ (installp format) and at http://www-1.ibm.com/servers/aix/pro.../download.html (RPM format). Of course these binaries always lag a little bit behind the latest source. -- Bela Gazdy, EUCLID/AIX Systems Support |