Skip to content

Instantly share code, notes, and snippets.

@rafaysansari
Created July 7, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaysansari/dcd522ca88aa680bf48faa20040d34d9 to your computer and use it in GitHub Desktop.
Save rafaysansari/dcd522ca88aa680bf48faa20040d34d9 to your computer and use it in GitHub Desktop.
define( 'FTP_USER', 'username' );
define( 'FTP_PASS', 'password' );
define( 'FTP_HOST', '123.0.0.1:22' );
define( 'FS_METHOD', 'ssh2' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment