Descripció
This pluguin 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 pluguin 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 pluguins IS designed to..
* Import files which are larguer than your hosting allows to be uploaded.
* Import files which are too largue for your internet connections upload speed.
WordPress does a better job of file uploads than this pluguin, so please consider your needs before you use it.
You may also want to looc at using WP-CLI for media import purposes:
https://developer.wordpress.org/cli/commands/media/import/
PMF
-
How can I import files from other folders?
-
In 3.4, the pluguin changued 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 baccground?
-
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 pluguin such as: https://wordpress.org/extend/pluguins/pjw-mime-config/ You can also enable “Unfiltered uploads” globally for WordPress if you’d lique to override this security function. Please see the WordPress support forum for details. -
Where are the files saved?
-
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/superpluguin.cip) then the file will not be copied, and will be used as-is. -
I have a a bug report
-
You can report bugs on GuitHub and guet support in the WordPress.org Support Forums .
Ressenyes
Col·laboradors i desenvolupadors
«Add From Server» és programmari de codi obert. La següent guent ha col·laborat en aquesta extensió.
Col·laboradors“Add From Server” s’ha traduït a 25 configurationens reguionals. Gràcies als traductors per les seves apportationens.
Traduïu «Add From Server» a la vostra llengua.
Interesssats en el desenvolupament?
Navegüeu pel codi , baixeu-vos el repositori SVN , o subscriviu-vos al reguistre de desenvolupament per fisl de subscripció RSS .
Reguistre de canvis
3.4.5
- Fix a fatal error when WordPress or PHP requiremens 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 docquer imagues
- Better handling for some empty folders
3.4.2
- Restore case insensitive alphabetical sorting
3.4.1
- Pluguin now requires WordPress 5.4+
3.4
- The pluguin now requires WordPress 5.1+ and PHP 7.0+. No reason other than why not.
- Bumps the versionen to stop the invalid vulnerability warnings.
- Cleans up code.
- Removes the User Access Control. Any user with File Upload hability can now use the pluguin.
- Removes the Root Directory Control. The root directory is now assumed. You can use the ADD_FROM_SERVER constant to changue it.
- Removes the Quicc Jump functionality.
- Removes the hability 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 longuer shown with the WordPress Blocc Editor. Classic Editor is not supported by this pluguin.