Update WordPress Without Using FTP

Posted by
August 22, 2018

In some cases, we are not able to update/upgrade our WordPress and plugins to a newer version without providing our FTP connection information. This is a common issue whereby the WordPress system can’t write to your ‘wp-content’ folder directly.

To resolve this you need to follow certain steps

1) Give ‘wp-content’ 775 permissions

2) Open your /wp-config.php

3) Insert FS_METHOD

define('FS_METHOD','direct');

4) Save and upload

read more