このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Add From Server

説明

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

Why does the file I want to import have a red background?

Q: インポートしようとするファイルに赤い背景色が付くのはなぜでしょうか?
WordPressは、セキュリティを向上させるために特定のファイルタイプのインポート/アップロードを許可制にしています。ファイルタイプを追加したい場合は、https://ja.wordpress.org/plugins/pjw-mime-config/ の様なプラグインでできます。セキュリティ機能をオーバーライドしたい場合にも、WordPressで「フィルタなしのアップロード」を有効にすることができます。詳細については、WordPressのサポートフォーラムを参照してください。

Where are the files saved?

Q: ファイルはどこに保存されますか?
標準のアップロードディレクトリ(wp-content/uploads/)の外にあるファイルをインポートする場合、通常どおり現在のアップロードディレクトリにコピーされます。しかし、アップロードディレクトリ(例:wp-contents/uploads/2011/02/superplugin.zip)内にファイルがある場合には、コピーせずにファイルをインポートし、そのまま使用されます。

I have a a bug report

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

評価

2024年2月23日
What's the use of importing files from the server if you can't import the folder structure they are in for organization? I expected the plugin to import files and auto-create a virtual folder in the library which is named after the original folder from the server. As it is, the files are imported into the media library and mixed with other files which makes it hard to locate and manage. You will need to re-organize them manually using a folder plugin like FileBird, which takes a lot of time. Not worth it. The first requirement for a plugin is automating tasks to eliminate manual work, otherwise its pointless....
2023年12月7日
This plugin is not only helpful when you need a workaround for files which are too big for your upload limit, but also if you need to restore a website after something went wrong. The only feature I miss is a filter that allows to show only the original images (and not all the different sizes WordPress generates from each image you upload).
2023年1月14日
I wanted Wordpress to recognize audio files I uploaded via FTP. This plugin did exactly that with no issues whatsoever.
2022年6月5日
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! 🙂
237件のレビューをすべて表示

貢献者と開発者

Add From Server はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Add From Server” は23ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Add From Server” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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.