Hosting

Fix the FTP popup in WordPress

Connect to your website with FTP. Add these 3 lines anywhere within the wp-config.php file: define(‘FS_METHOD’, ‘direct’); define(‘FS_CHMOD_DIR’, (0705 & ~ umask())); define(‘FS_CHMOD_FILE’, (0604 & ~ umask())); Save your changes and upload the file. Once inserted, you may need to refresh the WordPress Dashboard or clear your browser cache and cookies.