wordpress remember ftp


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. define('FS_METHOD', 'ftpext');
  2. define('FTP_USER', 'username');
  3. define('FTP_PASS', 'password');
  4. define('FTP_HOST', 'host');
  5. define('FTP_SSL', false);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.