How Do I Change My FTP Credentials in WordPress?

If you’re using FTP to upload files to your WordPress blog, you’ll need to change your FTP credentials. To do this, open your FTP client and navigate to your WordPress blog’s root directory.

Then, look for a file called wp-config.php and open it in your text editor. Near the bottom of the file, you’ll see a line that reads:.

define( ‘FTP_USER’, ‘username’ );

Above that line, you’ll need to add your FTP username. To find out your FTP username, open your WordPress login screen and look for the username field.

In our example, our FTP username is username.