Thanks for that one John ... The other way I found was to delete all files on the server, then reupload the modules, followed by an update. That solved the problem with my modules. And your right CHMOD cant be done through my FTP. I have started to use a a script
PHP Code:
<?php chmod("myfile.php", 0444) ?>
to change permissions which works ok.