Quick and simple, if you want to avoid putting FTP credentials into WordPress every time that you perform an update add this to your wp-config.php file somewhere before the magic stop line (“That’s all, stop editing!”) define(‘FS_METHOD’, ‘direct’); More from the codex here You might also need to mess with…