Skip to content

Instantly share code, notes, and snippets.

@nielsenrc
Created September 9, 2015 19:32
Show Gist options
  • Save nielsenrc/4f7c1e4fc39215951ee3 to your computer and use it in GitHub Desktop.
Save nielsenrc/4f7c1e4fc39215951ee3 to your computer and use it in GitHub Desktop.
Add FTP Info to Wordpress wp-config.php
define('FTP_USER', 'username'); // Your FTP username
define('FTP_PASS', 'password'); // Your FTP password
define('FTP_HOST', 'ftp.example.org:21'); // Your FTP URL:Your FTP port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment