LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   vsftp not allowing upload (https://www.linuxquestions.org/questions/linux-newbie-8/vsftp-not-allowing-upload-260209/)

Fredstar 11-28-2004 01:59 PM

vsftp not allowing upload
 
Have configured vsftp to allow local users to log.

so i created a grp called www
and a users www /home/www

Now i have /home/www chmod at 755

and chown -R www:users /home/www

Now i can log on through ftp brows but i can not log on. i checked to see if my user had privliage, made sure his primary grp was www but it still will not allow me to write files through ftp @ /home/www

Is there a step i forgot?

thanks

MartinN 11-28-2004 02:24 PM

What are your settings in /etc/vsftpd/vsftpd.conf

This file is pretty well commented, at least in RedHat/Fedora. For users to upload, this must be enabled:
Code:

# Uncomment this to enable any form of FTP write command.
write_enable=YES

Martin

Fredstar 11-28-2004 03:50 PM

yep did that, what i did after a while was re-creat the grp and users and that got it to work. i must have done something wrong when i was setting up users and there group.


thanks


All times are GMT -5. The time now is 11:28 PM.