简体   繁体   中英

How to Set Linux server Wordpress Plugin or Themes download server ask FTP hostname , FTP Username , FTP password .?

How to Set Linux server Wordpress Plugin or Themes download server ask FTP hostname , FTP Username , FTP password ?

see given link :- http://i.imgur.com/Cj8IFJd.png

http://i.imgur.com/Cj8IFJd.png

This one will work. I have used this for my Ubuntu machine that uses SSH keys

http://wordpress.org/plugins/ssh-sftp-updater-support/

Just upload this plugin via FTP. Activate it and then enter your details. Mine uses SSH keys. It supports all the options. Hope it helps!

Add the following to your wp-config.php file.

// ** FTP SETTINGS FOR AUTO-UPDATE ** //
define('FTP_HOST', 'localhost');
define('FTP_USER', 'USERNAME');
define('FTP_PASS', 'PASSWORD');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM