thanks, better than nothing
Oh I dont know if you understand well, but when I put the ftp data in the dialog its working! But I want to make it automatic, without putting all that ftp connection info.
I would rather like to fix the issue on vsftpd, got a lot of users and configurations already done and its working perfectly, just that auto update or any files modification from the wp-admin level.
Strange thing is that when I change permissions of folders and files to www-data:www-data it works. But it doesnt when its the ftpuser:www-data
Vsftp is running with umask 007, so all new dirs got chmod 775 and files 664. And also as far as I know ftp have no connection with the auto-update, its done via apache user.(I guess so)