vsftpd on FreeBSD 5.4 help needed.

Alright so i installed and believe to have configured vsftp properly as i can log in fine with my system user accounts but i can't see to upload anything.

I have chmod the public_html directory to 777 but that doesn't seem to help at all as i get the following error in CuteFTP....

550 Permission denied.
ERROR:> Requested action not taken (e.g., file or directory not found, no access).

The directory is found as I can navigate to folders and such but i just can't upload anything. I can download fine tho via CuteFTP.

here is my vsftpd.conf...


# use vsftpd in standalone mode
background=YES
listen=YES

# no anon login
anonymous_enable=NO

# enable system users to login
local_enable=YES

# message once logged in is enabled
dirmessage_enable=YES

# connect from port 20
connect_from_port_20=YES

# allow logging of transfers to a file
xferlog_enable=YES
xferlog_file=/var/log/vsftpd/vsftpd.log

# no privilvaged user
nopriv_user=nobody

# chroot users to their own directory
#chroot_list_enable=YES
chroot_local_user=YES

chown_uploads=YES



Anybody have any ideas as to what i'm doing wrong??

Thanks vsftpd on FreeBSD 5.4 help needed.

 

 

 

 

Top