Hello, Can someone give me any idea how can I configure my FTP server to let the guest user can be able to use the ls command? My configuration file is like the following: $ vi /etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a $ vi /etc/ftpaccess # email of the responsible person for the %E-cookie email choth@of.forum.org.kh class all real,guest * limit all 10 Any /etc/ftpmsg.dead readme README* login readme README* cwd=* shutdown /etc/shutmsg message /welcome.msg login message .message cwd=* compress yes all tar yes all #log commands real log transfers real inbound,outbound # do not give "core"-files in any directory. noretrieve core .notar guestuser ftptest guestgroup ftponly greeting full $ vi /etc/passwd ftptest:x:502:500::/home/ftptest/./:/bin/ftponly $ vi /etc/shells /bin/ftponly $ vi /etc/group ftponly:x:500:ftptest But if I change ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a to ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd and restart /etc/rc.d/inetd restart then the users can change to another directory, but I do not want them to be able to change to another directory just only his home directory. Thank you so much for your assistace. Regards, Choth
On Dec 01, 2002, PUTH CHAN CHOTH wrote:
Hello,
Can someone give me any idea how can I configure my FTP server to let the guest user can be able to use the ls command?
My configuration file is like the following: $ vi /etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a
wu.ftpd -- providing remote root access for the world since 1994. You might want to consider another ftp server than this. The vsftpd is an excellent choice, so is pure-ftpd. -- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
Mads Martin Joergensen wrote:
On Dec 01, 2002, PUTH CHAN CHOTH wrote:
Hello,
Can someone give me any idea how can I configure my FTP server to let the guest user can be able to use the ls command?
My configuration file is like the following: $ vi /etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -a
wu.ftpd -- providing remote root access for the world since 1994.
You might want to consider another ftp server than this. The vsftpd is an excellent choice, so is pure-ftpd.
Where could I find vsftpd configuration files? Thank you so much for your assistance. Regards, Choth
-- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
In the standard documentation location. i.e., /usr/share/doc/packages/vsftpd/ ... inside there's a directory called EXAMPLE, which has many config files, raning from per-IP configuration to vritual users. On Sunday 01 December 2002 20:52, PUTH CHAN CHOTH wrote:
Where could I find vsftpd configuration files?
-- Karol Pietrzak <noodlez84@earthlink.net> PGP KeyID: 3A1446A0
participants (3)
-
Karol Pietrzak
-
Mads Martin Joergensen
-
PUTH CHAN CHOTH