Descripción
Mantener tu instalación de WordPress actualizada y la instalación de plugins de una manera sencilla no es tan fácil si tu servidor utiliza SFTP. «SSH SFTP Updater Support» para WordPress utiliza `phpseclib` para solucionar esta deficiencia.
Para usarlo, después de instalar y activar los plugins, añade las constantes necesarias al comienzo del código en tu archivo «wp-config.php»:
a) define('FS_METHOD', 'ssh2');
b) Otros, tal y como se detalla en el códex oficial de WordPress
Este plugin se ofrece y se mantiene como un servicio gratuito para la comunidad WordPress. También puedes estar interesado en mejorar tu sitio WordPress con otros de nuestros siguientes plugins destacados.
- UpdraftPlus simplifica las copias de seguridad y la restauración. Es el plugin de copia de seguridad y restauración número 1 más usado, con más de un millón de instalaciones activas actualmente.
- UpdraftCentral – una forma altamente eficiente para gestionar, optimizar, actualizar y hacer copias de seguridad de múltiples webs desde un solo lugar.
- WP-Optimize te ayuda a optimizar y limpiar tu base de datos de WordPress para que se ejecute con la máxima eficiencia.
- Más plugins de calidad: Extensiones premium para WooCommerce | Otros plugins útiles
Instalación
-
Sube los archivos al directorio
/wp-content/plugins/ssh-sftp-updater-support
-
Activa el plugin a través del menú «Plugins» en WordPress
-
Añade las constantes necesarias al comienzo del código en el archivo «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).
Reseñas
Colaboradores y desarrolladores
«SSH SFTP Updater Support» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «SSH SFTP Updater Support» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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: 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