hi,
after the last upates I can no longer update plugins, as I use the FTP function.
I always get the error that my FTP data are not correct.
After endless hours on forums without success I've debugged the source code.
The point at which it fails is the ow_utillities / ftp.php file.
More specifically, the ftp_ * functions.
When trying to user the ftp_mkdir, ftp_chdir,...
I've noticed that some servers like the entire path such as
/usr/local/home/username/sitename/directory/
and other servers, want you to use the path from the initial login, such as just /sitename/directory/
I have must recode the ftp.php in the ow_utilities...
greetz
Timo