View previous topic :: View next topic |
Author |
Message |
zeuz Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 26 May 2004 Posts: 140 Location: Sweden
|
Posted: Thu Sep 02, 2004 7:33 pm Post subject: Problems with vsftpd |
|
|
Just emerged vsftpd and it works fine except that you can browse any directory on the machine, how can i prevent this? I followed some parts of this guide: http://www.linuxhomenetworking.com/linux-hn/ftp-server.htm
Another thing, how can I get an upload directory where any users can upload and make folders but not delete any files/folders? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hanj Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/104414163441b8c6c1a6b4e.gif)
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Thu Sep 02, 2004 7:42 pm Post subject: |
|
|
See if you have these settings in /etc/vsftpd/vsftpd.conf
Code: | chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/vsftpd.chroot |
vsftpd.chroot.. should be blank.. or contain users that can go out of their home directory.
I hope this helps
hanji |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zeuz Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 26 May 2004 Posts: 140 Location: Sweden
|
Posted: Thu Sep 02, 2004 8:20 pm Post subject: |
|
|
That solved it, thanks!
I will read/search some more and see if I can find a solution to the upload-folder problem...
Edit: Solved it as they did in the howto... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|