SSH SFTP Updater Support

Descrizione

Mantenere la tua installazione WordPress aggiornata ed installare i plugin senza problemi non è così facile se il tuo server usa SFTP. “SSH SFTP Updater Support” per WordPress usa phpseclib per superare questo problema.

To use it, after installing and activating the plugins, add the necessary constants early in the code in your wp-config.php:

a) define('FS_METHOD', 'ssh2');

b) Others as detailed in the official WP codex

This plugin is offered and maintained as a free service to the WP community. You might also be interested in enhancing your WordPress site with our other top plugins, below.

  • UpdraftPlus simplifies backups and restoration. It is the #1 most-used backup/restore plugin, with over a million currently-active installs.
  • UpdraftCentral – a highly efficient way to manage, optimize, update and backup multiple websites from one place.
  • WP-Optimize helps you to optimize and clean your WordPress database so that it runs at maximum efficiency.
  • More quality plugins: Premium WooCommerce extensions | Other useful plugins

Installazione

  1. Carica i file nella directory /wp-content/plugins/ssh-sftp-updater-support

  2. Attiva il plugin attraverso il menu ‘Plugin’ di WordPress

  3. Add the necessary constants early in the code in your wp-config.php:

a) define('FS_METHOD', 'ssh2');

b) Others as detailed in the official WP codex or various other articles (Google for things like WordPress updates via SFTP).

Recensioni

28 Agosto 2023
Just what I needed to update my Wordpress plugins on Linode. On Dreamhost it happens automatically, but I can't run a socket server there.
26 Luglio 2018
Simple, easy, and save lot of work TY
11 Maggio 2018
This solved my problems with setting up proper SFTP update/installation. Works perfectly, thank you!
21 Aprile 2018 1 risposta
Attempting to update from Wordpress 4.9.4 to 4.9.5, when I click on the update instead of giving me the screen from this plugin to enter the ssh details it goes straight to attempting to download from the Wordpress site and fails. I can still update plugins in 4.9.4 using this plugin successfully. Tried on two different sites. It looks like something in Wordpress 4.9.4 broke the compatibility with this and it was only revealed when attempting to use it to upgrade to 4.9.5
Leggi tutte le recensioni di 99

Contributi e sviluppo

“SSH SFTP Updater Support” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “SSH SFTP Updater Support” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

0.8.5 – 2022/Dec/08

  • TWEAK: Update URL reference to current location

0.8.4 – 2020/Dec/30

  • TWEAK: Remove obsolete references to other plugins
  • TWEAK: Replace some further deprecated jQuery styles
  • TWEAK: Update to latest 1.0.x version of phpseclib

0.8.3 – 2020/Dec/19

  • TWEAK: Replace deprecated jQuery style

0.8.2 – 2019/Jun/22

  • TWEAK: Make the FTP_ constants apply.

0.8.1 – 2019/Apr/13

  • TWEAK: Don’t require phpseclib classes if they already exist

0.8.0 – 2018/Dec/14

  • TWEAK: Replaced the deprecated ‘var’ visibility indicator
  • TWEAK: Add various sanity checks to return error codes instead of causing fatal errors if another component calls the WP_Filesystem API incorrectly
  • TWEAK: Add an extra sanity check that should prevent a fatal error if a component directly requests the ‘direct’ filesystem method but WP won’t let it have it

0.7.6 – 2018/Nov/26

  • TWEAK: Clarify the installation instructions
  • TWEAK: Add function visibility markers throughout WP_Filesystem_SSH2

0.7.5 – 2018/Oct/13

  • TWEAK: Replace use of the submit_button() function (one user was seeing a fatal error related to it)

0.7.4 – 2018/Aug/25

  • TWEAK: Update phpseclib to latest version (1.0.10)
  • TWEAK: Replace deprecated constructor for WP_Filesystem_SSH2 class
  • TWEAK: Adds a “Other useful plugins” link on the plugin listing page and ‘thank you’ notice

0.7.3

  • TWEAK: Update phpseclib to latest version (1.0.10)
  • TWEAK: Ship complete phpseclib library so that other plugins using it after we have loaded it don’t have problems
  • TWEAK: Some minor internal re-factoring
  • TWEAK: Adds a dismissable (and won’t reappear for 12 months) notice about other plugins users may be interested in.

0.7.2

  • update phpseclib to latest version

0.7.1

  • remove deprecated function

0.7.0

  • disable modal dialog and use full screen real page when prompting for information

0.6.1

  • fix a few compatibility issues with 4.2

0.6

  • update phpseclib to latest version
  • make plugin work with 4.2’s new modal dialog

0.5

  • update phpseclib to latest version

0.4

  • fix an E_NOTICE (thanks, runblip!)
  • make it so keys that are copy / pasted in are saved with HTML5’s localStorage (thanks, kkzk!)
  • update phpseclib to latest Git

0.3

  • update phpseclib to latest SVN
  • read file when FTP_PRIKEY is defined (thanks, lkraav!)

0.2

  • recursive deletes weren’t working correctly (directories never got deleted – just files)
  • use SFTP for recursive chmod instead of SSH / exec
  • fix plugin for people using custom WP_CONTENT_DIR values (thanks, dd32!)
  • plugin prevented non-SFTP install methods from being used
  • make it so private keys can be uploaded in addition to being copy / pasted

0.1

  • Initial Release