I'm running a chrooted ubuntu 12 distro on my Android GalaxyTab and myTouch 4G phone. I have the LAMP stack running and everything is pretty smooth, but I can't get this simple vsftpd to work on either devices.
The only two lines I changed in /etc/vsftpd.conf:
local_enable = YES
write_enable = YES
From the client side I can ftp and login with my user/pass but it will not allow me to 'ls' or 'get' or 'put', any of these commands will result in the following error:
500 OOPS: socket
500 OOPS: priv_sock_get_result
Connection closed by remote host
I can however do 'mkdir' and 'rmdir' but other than that it will not allow me to manipulate any files. Any thoughts on why?
Thanks for the help!