View Single Post
  #1   (View Single Post)  
Old 1st June 2008
Sunsawe Sunsawe is offline
Port Guard
 
Join Date: May 2008
Posts: 39
Default [VSFTPD] Can't write in directory

Hi,

I am trying to set a ftp server with VSFTPD. I built a vsftpd.conf file by using the man pages and i can connect a local user to the server. The problem is that i can't write in the directory of that user (no create file or directory, rename file and so on).

This is the vsftpd.conf:

Code:
 
anonymous_enable=NO
local_enable=YES
chroot_local_user=YES
local_umask=022

dirmessage_enable=YES

listen=YES
write_enable=YES
background=YES

max_clients=5
max_per_ip=2

guest_enable=YES
guest_username=vsftpd
what's wrong with it?

Thanks
Reply With Quote