https://stackoverflow.com/questions/13120226/wordpress-localhost-ftp
This one worked for me $ cd /Users/<username>/Sites # (wordpress = name of the directory, change as needed) $ sudo chown -R :_www wordpress $ sudo chmod -R g+w wordpress and then add following in wp-config.php define('FS_METHOD', 'direct');