Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Add From Server

Descripción

This plugin offers limited support. Please do not expect new features or too many bugfixes. Features may be removed at any time.

Add From Server está diseñado para ayudar a mitigar las molestias de los malos alojamientos web, permitiéndote subir archivos por FTP o SSH e importarlos después a WordPress.

This plugin is NOT designed to..
* Be used as a replacement for the file uploader
* Be used for migration of websites
* Re-import your files after moving webhosting
* Batch import media

This plugins IS designed to..
* Import files which are larger than your hosting allows to be uploaded.
* Import files which are too large for your internet connections upload speed.

WordPress does a better job of file uploads than this plugin, so please consider your needs before you use it.

You may also want to look at using WP-CLI for media import purposes:
https://developer.wordpress.org/cli/commands/media/import/

Preguntas frecuentes

How can I import files from other folders?

In 3.4, the plugin changed to limit the directories you can import files from.
If you wish to import files from other folders, you need to add the ADD_FROM_SERVER constant to your wp-config.php file.
For example:
define( ‘ADD_FROM_SERVER’, ‘/www/’ );

¿Por qué el archivo que quiero importar tiene un fondo rojo?

WordPress only allows the importing/uploading of certain file types to improve your security.
If you wish to add extra file types, you can use a plugin such as: https://wordpress.org/extend/plugins/pjw-mime-config/ You can also enable “Unfiltered uploads” globally for WordPress if you’d like to override this security function. Please see the WordPress support forum for details.

¿Dónde se guardan los archivos?

If you import a file which is outside your standard upload directory (usually wp-content/uploads/) then it will be copied to your current upload directory setting as normal.
If you however import a file which is already within the uploads directory (for example, wp-content/uploads/2011/02/superplugin.zip) then the file will not be copied, and will be used as-is.

Tengo un error que reportar

Puedes reportar errores en GitHub y obtener soporte en los fotos de soporte de WordPress.org.

Reseñas

14 de enero de 2023
I wanted Wordpress to recognize audio files I uploaded via FTP. This plugin did exactly that with no issues whatsoever.
5 de junio de 2022
This is awesome. Even with dedicated server and correct PHP upload size limits set, post limit size set, etc., WordPress media uploader could not handle a 380MB zip archive of music recording download. FTP no problem, but WooCommerce and media uploader just failed with unknown error. This worked first time, and did exactly what it said it would do. Wow. Talk about solving a problem! One of those stupid issues with WP and WooCommerce with large media files that is not a simple fix via wp-config. THANK YOU! 🙂
24 de febrero de 2022
I was able to import files into Media using WordPress 5.9. I could not do this with folders, which made things a bit tedious. But overall a good plugin.
Leer todas las 236 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

"Add From Server" ha sido traducido a 22 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce "Add From Server" 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

3.4.5

  • Fix a fatal error when WordPress or PHP requirements are not met.

3.4.4

  • Se simplifica el manejo de fechas

3.4.3

  • Better handling for / as the root path
  • Better compatibility with certain WordPress docker images
  • Se mejora el manejo de las carpetas vacías

3.4.2

  • Restore case insensitive alphabetical sorting

3.4.1

  • Plugin now requires WordPress 5.4+

3.4

  • The plugin now requires WordPress 5.1+ and PHP 7.0+. No reason other than why not.
  • Bumps the version to stop the invalid vulnerability warnings.
  • Cleans up code.
  • Removes the User Access Control. Any user with File Upload ability can now use the plugin.
  • Removes the Root Directory Control. The root directory is now assumed. You can use the ADD_FROM_SERVER constant to change it.
  • Removes the Quick Jump functionality.
  • Removes the ability to be able to select the date for imported media. It’s always today. Or, the 1st of the month if it’s stored in a dated folder.
  • Removed Media Manager integration, as it’s no longer shown with the WordPress Block Editor. Classic Editor is not supported by this plugin.