Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Created October 11, 2013 09:41
Show Gist options
  • Save zet-snippets/6932185 to your computer and use it in GitHub Desktop.
Save zet-snippets/6932185 to your computer and use it in GitHub Desktop.
wp-config: add FTP details to 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