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

Media with FTP

説明

Media with FTP can manage the media files of remote image hosting throught FTP connection. Uploading and deleteing remote files in the WordPress Media Library directly.

Configuring the FTP connection in admin option page, also you can assign the images path in the panel.

A few notes about the option fields:

  • “FTP Host Name” is the URL or IP address of FTP connection for you image hosting.
  • “FTP Port” is the FTP port number and it’s usually 21. Keep the default value if you don’t know what it is.
  • “FTP Username” is the username of FTP connection.
  • “FTP Password” is the password of FTP connection.
  • “FTP Root Path” is the images’ folder path in your image hosting, and it also replaces the image url which upload from media library on your web site.
  • “FTP Folder Path” is the folder saving files in image hosting. Keeping the default value “/” if your “FTP Root Path” is pointed to the image folder. You can change it after adding the folder on the image hosting.

The source code was made by Pontus Abrahamsson from https://github.com/pontusab/wp-ftp-media-library. This plugin integrates the function of deleting remote server files and the visual options page for non-developer user, also making the plugin structure with WordPress plugin boilerplate with OOP.

Let me know if any questions, enjoy!

スクリーンショット

インストール

  1. Upload media-with-ftp.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set the FTP connection info througt the ‘Settings > Media with FTP’

FAQ

What’s the plugin for?

Manage the files of remote server in WordPress media library directly.

How do I set my FTP conncection

Go to ‘Settings > Media with FTP’ menu and submit.

評価

2021年9月23日
Tôi có thể tận dụng mấy trăm GB server của tôi dễ dàng bằng tk FTP mà không cần 1 plugin nặng nề như S3
2020年5月28日
Very Good Plugin for Use other Host Storage to upload your data and Fast But all folder /upload to other host same: css,js and all your file create with other Plugin same elementor etc, not Just Upload file .
2件のレビューをすべて表示

貢献者と開発者

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

貢献者

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

“Media with FTP” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0.1

  • Correct the description wording
  • Include cmb2 with composer autoload
  • Remove the field of FTP Folder Path

1.0

  • Function of deleting remote server images
  • Admin option page with CMB2