PDA

View Full Version : Uploading permission in Pure-Ftpd


PsychoMonkey
10th March 2006, 02:44 AM
Hello.

I have just recently set up pure-ftpd and all seems to be well except I can't seem to find out how you allow users to upload. I'm using the .db file config instead of PAM or MySQL. I am able to chroot my users fine. When I ftp, all logs in fine, and I can download, but getting permission error about uploading.

Anyone have any suggestions?

jcliburn
10th March 2006, 02:44 PM
Since you provided nothing in the way of error messages here, my best guess is you should turn off SELinux on your ftp server.

Edit /etc/sysconfig/selinux and set "SELINUX=disabled", then reboot. Alternatively you can configure SELinux to work with ftp. See http://fedoraforum.org/forum/showthread.php?t=97374 .