I am using vsftpd as ftp server on rhel 5. I published a folder using ftp and try to access that folder using ftp client FileZilla. The problem is that filezilla shows physical path of ftp folder. This can be a security concern . Please suggest me any workaround

Thanks

link|improve this question

61% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Try to add chroot_local_user=YES instead of chroot_list_enable=YES in your configuration file

link|improve this answer
yes its working , thanks – vnix27 Feb 15 '11 at 15:37
feedback

If you chroot the users connected using FTP, they will be able only to see their home (chrooted) folder.

link|improve this answer
Do you suggesting me chroot_list_enable=YES. But this not making any difference. – vnix27 Feb 15 '11 at 10:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.