Skip to content

Instantly share code, notes, and snippets.

@yorikvanhavre
Created April 9, 2012 18:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorikvanhavre/2345298 to your computer and use it in GitHub Desktop.
Save yorikvanhavre/2345298 to your computer and use it in GitHub Desktop.
sftp settings for wordpress
/* put this in your wp-config.php */
define('FS_METHOD', 'ssh2');
define('FTP_USER', 'UNAME'); // Change UNAME to your CPanel Username
define('FTP_PASS', 'PWORD'); // Change PWORD to your CPanel Password
define('FTP_HOST', '67.210.247.245:50685');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment