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.
- 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.
- Meer kwalitatieve plugins: Premium WooCommerce uitbreidingen | Andere bruikbare plugins
Installatie
-
Upload de bestanden naar de
/wp-content/plugins/ssh-sftp-updater-support
folder -
Activeer de plugin via het ‘Plugins’ menu in WordPress
-
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
Bijdragers & ontwikkelaars
“SSH SFTP Update Ondersteuning” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “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.6 – 2024/Jul/04
- TWEAK: Update to latest 1.0.x version of phpseclib
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