If receiving the FTP prompt "WordPress needs to access your web server" for WordPress updates add the following line to your wp-config.php file:
define('FS_METHOD', 'direct');
Once updated remark or remove the line as this will cause security issues.