WordPress Askes For FTP User/ Password When Upgrading Or Installing a Plugin

wordpress asks for my ftp username and password. How can I get rid of that?

Can put these in wp-config.php

define('FTP_USER', 'username');
define('FTP_PASS', 'password');
define('FTP_HOST', 'ftp.example.org:21');

Related;
http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants

Leave a Reply

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

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>