wordpress direct upload
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');