SSH SFTP Update Ondersteuning

Beschrijving

Het up-to-date houden van je WordPress installatie, en het probleemloos installeren van plugins, is minder eenvoudig als je hiervoor SFTP gebruikt. “SSH SFTP Updater Support” voor WordPress gebruikt phpseclib om problemen hiermee zo goed mogelijk te voorkomen.

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

Deze plugin is aangeboden en onderhouden als een gratis dienst naar de WP community. Je bent mogelijk ook geïnteresseerd in het verbeteren van je WordPress site met onze andere top plugins, hieronder.

Installatie

  1. Upload de bestanden naar de /wp-content/plugins/ssh-sftp-updater-support folder

  2. Activeer de plugin via het ‘Plugins’ menu in 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).

Beoordelingen

28 augustus 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.
11 mei 2018
This solved my problems with setting up proper SFTP update/installation. Works perfectly, thank you!
21 april 2018 1 reactie
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
Lees alle 99 beoordelingen

Bijdragers & ontwikkelaars

“SSH SFTP Update Ondersteuning” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “SSH SFTP Update Ondersteuning” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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: Vervang gebruik van de submit_button() functie (één gebruiker kreeg er gerelateerde fatale fouten door te zien)

0.7.4 – 2018/Aug/25

  • TWEAK: phpseclib bijgewerkt naar laatste versie (1.0.10)
  • TWEAK: Vervang verouderde constructor voor WP_Filesystem_SSH2 klasse
  • TWEAK: Voegt een “Andere bruikbare plugins” link toe op de plugin lijst pagina en ‘dank je’ bericht

0.7.3

  • TWEAK: phpseclib bijgewerkt naar laatste versie (1.0.10)
  • TWEAK: Verstuur de complete phpseclib library om problemen met andere plugins die dezelfde library gebruiken te voorkomen
  • TWEAK: Opschoning van enkele interne zaken
  • TWEAK: Voegt een negeerbaar bericht toe (en wordt niet meer getoond voor 12 maanden) over andere plugins waar gebruikers mogelijk in geïnteresseerd zijn.

0.7.2

  • phpseclib bijgewerkt naar laatste versie

0.7.1

  • Verwijdering van verouderde functie

0.7.0

  • Schakel modaal dialoog uit en gebruik volledig scherm echte pagina wanneer om invoer wordt gevraagd

0.6.1

  • Oplossing van enkele compatibiliteitsproblemen in versie 4.2

0.6

  • phpseclib bijgewerkt naar laatste versie
  • Plugin werkend maken met versie 4.2’s nieuwe modale dialoog

0.5

  • phpseclib bijgewerkt naar laatste versie

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

  • Initiële release