LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Upload Configuration for FTP (https://www.linuxquestions.org/questions/linux-newbie-8/upload-configuration-for-ftp-12535/)

Batosai 01-23-2002 08:13 PM

Upload Configuration for FTP
 
Hello,
I've set up a ftp, and trying to configure a certain user that this user is allowed to upload into the directory /home/ftp/pub
But I don't know what's going wrong, so would someone plz tell me where to configure what.

I'm working with Linux Redhat 7.2 and the ftp i'm using is wu-ftp.

Thanks for helping

Batosai

:smash:

nvargas 01-23-2002 11:45 PM

Check the permissions
 
First of all, you should check that the user has the permissions to write to that directory.

Make the user part of the same group as the FTP username, and then do a

chmod g+wrx /home/ftp

If you don't want anybody else who belongs to that particular group to have any access, create another group and make the ftp username and the second username part of it.

Batosai 01-24-2002 04:11 PM

Thanks, I'm gonna try that...!


All times are GMT -5. The time now is 04:37 PM.