Advertisement
iEmanuele

FTP WordPress default

Oct 8th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2. /*
  3.    ..... some code here .....
  4. */
  5.  
  6. define('FTP_HOST', 'ftp.domain.tld');
  7. define('FTP_USER', 'username FTP' );
  8. define('FTP_PASS', 'password FTP');
  9.  
  10. // define('FTP_SSL', true); //Set to true if your server host supports secure connections
  11.  
  12. /* Finito, interrompere le modifiche! Buon blogging. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement