Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Add From Server

Beschreibung

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 is designed to help ease the pain of bad web hosts, allowing you to upload files via FTP or SSH and later import them into 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/

FAQ

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/‘ );

Warum ist die Datei, die ich importieren möchte, rot hinterlegt?

WordPress erlaubt zur Verbesserung deiner Sicherheit nur den Import/Upload bestimmter Dateitypen.
Wenn du weitere Dateitypen hinzufügen möchtest, kannst du ein Plugin wie https://wordpress.org/extend/plugins/pjw-mime-config/ benutzen. Du kannst auch global „Ungefilterte Uploads“ für WordPress erlauben, wenn du diese Sicherheitsfunktion überschreiben möchtest. Bitte schau dir weitere Informationen im WordPress-Support-Forum an.

Wo werden die Dateien gespeichert?

Wenn du eine Datei importierst, die außerhalb deines normalen Upload-Verzeichnisses (normalerweise wp-content/uploads) liegt, wird sie wie üblich in dein aktuelles Upload-Verzeichnis kopiert. Wenn du dagegen eine Datei importierst, die bereits in deinem Upload-Verzeichnis liegt (zum Beispiel wp-content/uploads/2011/02/superplugin.zip), dann wird die Datei nicht kopiert, sondern benutzt, so wie sie ist.

Ich habe einen Fehler gefunden

You can report bugs on GitHub and get support in the WordPress.org Support Forums.

Rezensionen

24. Februar 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.
30. Januar 2022
This plugin has saved me so many pulled hairs. If you were trying to find a way to use files in your own folder with the Media Library, this is it. It's bewildering that this functionality isn't built into Wordpress already, but hats off for making this and publishing it. Thank you, thank you, thank you!
21. Januar 2022
This allows you to add images from anywhere in your server in such a way that they are treated by WordPress and other plugins the way they treat other "Media" images, while preserving your custom image directories. Because the entire folder for this plugin is only about 32 KB, I would recommend this before any other similar plugins.
20. Januar 2022
Hello Everyone, Hostgator agent suggested I use the plugin and it worked perfectly. Also, the agent sent me this Plugin and use FileZilla FTP. I am using WordPress 5.8.3. SipseyCreekArtPrints.com
22. Dezember 2021
This worked perfectly with WordPress 5.8 for what we needed - to add files back into a site in their original structure within the uploads directory after using FileZilla to put the files back.
Alle 232 Rezensionen lesen

Mitwirkende & Entwickler

„Add From Server“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Add From Server“ wurde in 19 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Add From Server“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

3.4.5

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

3.4.4

  • Simplify the date handling

3.4.3

  • Better handling for / as the root path
  • Better compatibility with certain WordPress docker images
  • Better handling for some empty folders

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.