Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


wordpress direct upload
by admin
 at 2020-05-13 14:51:31.

this will allow wordpress to upload plugins and themes files without using a FTP

chown www-data:www-data /directory/wp-content -R
chmod 777 or 755 for wp-content/uploads

wp-config.php
define('FS_METHOD', 'direct');