WordPress tip: easy upgrades using FTP

Simply add the code below to your wp-config.php file:

define('FTP_HOST', 'ftp.yoursite.com');
define('FTP_USER', 'Your_FTP_Username');
define('FTP_PASS', 'Your_FTP_password');
define('FTP_SSL', true); // If you can use a SSL connection set this to true

Thanks to Jesse for this tip!

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

WordPress tip: easy upgrades using FTP

Leave a Reply

Your email address will not be published. Required fields are marked *