PDA

View Full Version : Ftp issue


youhaodeyi
2008-07-08, 01:55 AM CDT
How can I let ftp server open write permission for users? I modify the file /etc/vsftpd/vsftpd.conf and add a line: write_enable=YES, but users still couldn't put files.

marcrblevins
2008-07-08, 02:07 AM CDT
Can you start terminal and try:

su -
getsebool -a | grep ftp

Guessing you need this selinux flag, ftp_home_dir, set to true.
Also, is port 20 open along with 21?