Host = ftp.yourdomain.com
user = your ftp username = username
password = your ftp password = asdrtiok
this should work fine for you .
I am running ubuntu with vsftp.
If I look at the log authentication then authentication works. When oxwall creates a test directory on my server its making a root location duplication.
It starts with \var\www\var\www it doesn't exist as it should be \var\www
Oxwall states ftp auth error but actually its trying to create a directory in a a directory that doesn't exist.
Oh, and don't you use root FTP account?
The owner of /var/www is the same as the ftp user I messaged you with.
group permissions are with www-data.
ubuntu 12.04.
Wed Feb 6 08:56:33 2013 [pid 2] CONNECT: Client "127.0.0.1"Wed Feb 6 08:56:33 2013 [pid 1] [ftp-user] OK LOGIN: Client "127.0.0.1"Wed Feb 6 08:56:33 2013 [pid 3] [ftp-user] FAIL MKDIR: Client "127.0.0.1", "/var/www/var/www/ow_core/test"Wed Feb 6 08:56:58 2013 [pid 2] CONNECT: Client "127.0.0.1"Wed Feb 6 08:56:58 2013 [pid 1] [ftp-user] OK LOGIN: Client "127.0.0.1"Wed Feb 6 08:56:59 2013 [pid 3] [ftp-user] FAIL MKDIR: Client "127.0.0.1", "/var/www/var/www/ow_core/test"
I have changed the user name but will pm you with details.
The above is from my /var/log/vsftp.log and it plainly states that ftp authenticates on local host as that is oxwall trying to set the ftp details. Oxwall then tries to create a dummy directory in ow_core called test. problem is the preceding directory structure as I don't know why oxwall thinks /var/www/var/www exists? The root directory for install is /var/www and if oxwall had tried to create a directory with /var/www/ow_core/test then it would of worked but obviously /var/www/var/www/ow_core/test will not.
My server is an ubuntu 12.04 server with shadow passwords with no root user. Each service has its own user and is limited for that service. The FTP user I will pm you with has owner rights to the whole oxwall install. So it doesn't need to be root. In fact its more secure not being root.
Help as its NOT! a authentication error just for some reason oxwall only on ftp is getting the oxwall root install directory wrong. Somewhere in the code it is doing a duplication and getting /var/www/var/www instead of /var/
Ahrrrrgh !!!! :) lol I am sure we will work it out eventually.
Stuart