I am totally new to FreeBSD coming from a Linux background. I've never had any issues with Vsftpd on any Linux distro (seen some rants around the net) and it was always incredibly easy to make and configure. I installed this via the port and added a user (I'm so new, maybe I did something wrong there...I dunno). Anyway, I can log in fine. I'm chrooted just fine. Even though it's a default and I have never had to use it I got an "Unknown Command" error until I added "chown_enable=YES". Now, however, while it no longer says it cannot understand the chmod command it simply says that it cannot perform the chmod command. It's just says "550 Chmod command failed".
I am still a complete newb so maybe I've done something whacky. From force of habit I even compiled most of my LAMP server from some old scripts and,with minor futzing, everything worked - but Vsftpd. My vsftpd.conf looks like this:
Anyway.. Does anyone have a guess as to what would be causing this..? The account is just a dummy username called bob; the directory is chowned bob:bob. I'm lost
I am still a complete newb so maybe I've done something whacky. From force of habit I even compiled most of my LAMP server from some old scripts and,with minor futzing, everything worked - but Vsftpd. My vsftpd.conf looks like this:
Code:
anonymous_enable=YES
chmod_enable=YES
local_enable=YES
banner_file=/etc/banners/ftp.msg
write_enable=YES
dirmessage_enable=YES
connect_from_port_20=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
listen=YES
background=YES
Anyway.. Does anyone have a guess as to what would be causing this..? The account is just a dummy username called bob; the directory is chowned bob:bob. I'm lost