kymbrik
2/8/2018 - 3:33 PM

Wordpress local 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');