LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftpd - access and group issues (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-access-and-group-issues-173236/)

ToMMY2ooo 04-22-2004 05:01 AM

vsftpd - access and group issues
 
Hi All,

I hope this is something that you casn help me with, I would appreciate any suggestions.

I have a few issues with VSftpd...

The Group and Owner of the files listed while logged in with VSftp are shown as "0" and "0". I am also having permission issues, I cant upload files either even tho the permissions for the dirs are completely open (777).

This is the same no matter which account I use, root included.

Thanks for looking :)

Cheers,
Tom

ToMMY2ooo 04-22-2004 05:16 AM

Hi again,

UPDATE: I have fixed the permission issues.

however...I still dont see the owner and group for the files and dirs inside the ftp listing. I get what looks like an id, eg 1004 is the owner and group for a file I just uploaded.

Cheers,
Tom

davidbtiller 04-24-2004 11:25 PM

User permissions
 
I wanting to know how you fixed the permissions. I have created a user in the ftp group and used chmod to give the home directory of 777 which is rwxrwxrwx. I still can't upload to the directory. Any help would be appreciated.

ToMMY2ooo 04-25-2004 02:47 AM

Post your vsftpd.conf file.

Cheers,
Tom

davidbtiller 04-25-2004 08:01 PM

Here's my vsftpd.conf file. Everything not included is commented out. I was thinking it may be the chroot, but haven't had time to test it. Thanks

anonymous_enable=NO

local_enable=YES

write_enable=NO

local_umask=022

dirmessage_enable=YES

xferlog_enable=YES

connect_from_port_20=YES

chroot_local_user=YEs

xferlog_file=/home/dtiller/log/vsftpd.log

xferlog_std_format=YES

idle_session_timeout=600

pam_service_name=vsftpd

userlist_enable=YES

listen=YES

tcp_wrappers=YES

ToMMY2ooo 04-26-2004 03:26 AM

write_enable=YES

Hope that fixes your problem.

Cheers,
Tom


All times are GMT -5. The time now is 11:13 AM.