admin管理员组

文章数量:1405144

Is there a way to update Wordpress without the use of FTP, but with SFTP (which uses SSH)? I've only got my server set up for SSH access (and therefore SCP/SFTP).

Is there a way to update Wordpress without the use of FTP, but with SFTP (which uses SSH)? I've only got my server set up for SSH access (and therefore SCP/SFTP).

Share Improve this question edited Oct 23, 2012 at 21:10 EAMann 32.2k9 gold badges88 silver badges147 bronze badges asked Jul 25, 2011 at 19:35 dragonmantankdragonmantank 2271 gold badge2 silver badges4 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 12

Configuration instructions in Codex on Enabling SSH Upgrade Access recommend either:

  1. Using SSH SFTP Updater Support plugin from official repository.
  2. Using built–in SSH2 support, which requires the PECL SSH2 extension installed on the server.

It used to refer to this tutorial: Using SSH to Install/Upgrade in before, which might be of use.

I was able to do it quite easily with this plugin:

http://wordpress/extend/plugins/ssh-sftp-updater-support/

本文标签: upgradeUpdate Wordpress with SFTP instead of FTP