<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; add wordpress images via ftp</title>
	<atom:link href="http://www.wpwife.com/category/add-wordpress-images-via-ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Bulk Upload WordPress Media Files using FTP</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-bulk-upload-wordpress-media-files-using-ftp</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-bulk-upload-wordpress-media-files-using-ftp#comments</comments>
		<pubDate>Thu, 11 Jan 2018 13:38:07 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[add from server to wordpress]]></category>
		<category><![CDATA[add wordpress images via ftp]]></category>
		<category><![CDATA[bulk upload images to wordpress]]></category>
		<category><![CDATA[upload media files using ftp]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=49450</guid>
		<description><![CDATA[
<p>Do you want to bulk upload WordPress media files using FTP? By default, WordPress does not allow you to upload media files via FTP which can be annoying for users who want to bulk upload files at once. In this article, we will show you&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/how-to-bulk-upload-wordpress-media-files-using-ftp/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-bulk-upload-wordpress-media-files-using-ftp/">How to Bulk Upload WordPress Media Files using FTP</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to bulk upload WordPress media files using FTP? By default, WordPress does not allow you to upload media files via FTP which can be annoying for users who want to bulk upload files at once. In this article, we will show you how to easily bulk upload WordPress media files using FTP. </p>
<p><img title="How to Bulk Upload WordPress Media Files using FTP" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/01/bulkuploadimagesftp.png" alt="How to Bulk Upload WordPress Media Files using FTP" width="550" height="340" class="alignnone size-full wp-image-49474" /></p>
<h4>Why Bulk Upload WordPress Media Files Using FTP</h4>
<p>The default WordPress media uploader allows you to upload multiple files at once. You can do so by clicking on the &#8216;Add Media&#8217; button while writing posts or by visiting <strong>Media &raquo; Add New</strong> page. </p>
<p><img title="Uploading multiple files via Media uploader in WordPress" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/uploadmultiplefiles.jpg" alt="Uploading multiple files via Media uploader in WordPress" width="550" height="326" class="alignnone size-full wp-image-49468" /></p>
<p>You can select multiple photos, images, audio, and even video files to upload and WordPress will do the rest. </p>
<p>However, this method may not work sometimes. You may see a <a href="http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/" title="How to Increase the Maximum File Upload Size in WordPress">maximum file upload size limit</a> issues or the files may take forever to upload. </p>
<p>An easier alternative is to upload the files using FTP. However, WordPress doesn&#8217;t recognize files uploaded via FTP, and it will not show them inside admin area.  </p>
<p>Luckily, there&#8217;s a way around that. Let&#8217;s take a look at how to easily bulk upload WordPress media files using FTP, and how to make them available inside WordPress. </p>
<h4>Bulk Uploading Media Files in WordPress via FTP</h4>
<p>First, you need to connect to your WordPress site using a FTP client. If you haven&#8217;t done this before, then see our guide on how to <a href="http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/" title="How to use FTP to upload files to WordPress for Beginners">upload files to your WordPress site via FTP</a>. </p>
<p>Once you are connected to your website via FTP, go to /wp-content/uploads/ folder. </p>
<p><img title="WordPress uploads folder" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/01/wpuploadsfolder.png" alt="WordPress uploads folder" width="550" height="257" class="alignnone size-full wp-image-49469" /></p>
<p>Inside the uploads folder, you will see folders for years and months. That&#8217;s how <a href="http://www.wpbeginner.com/beginners-guide/where-does-wordpress-store-images-on-your-site/" title="Where Does WordPress Store Images on Your Site?">WordPress stores media files</a> by default. You can upload your media files to the current year and current month folder. </p>
<p>If it doesn&#8217;t exist, then you can create it. For example, 2018 for current year and inside that folder you can create a new folder 01 for the month of January.  </p>
<p>Uploading your files may take a while depending on file size and your internet speed. </p>
<p>Once you have uploaded all your images, audio, video, or any other media files supported by WordPress, you are ready to import them into WordPress. </p>
<h4>Making Your FTP Media Uploads Visible in WordPress</h4>
<p>Even though you have uploaded the files to your website&#8217;s server, WordPress doesn&#8217;t automatically recognize them. </p>
<p>When you upload a file using the default WordPress media uploader, WordPress saves the file information inside the database. It then displays those files by fetching the information from your WordPress database. </p>
<p>Since these files were not uploaded via media uploader, WordPress does not have them stored in the database. </p>
<p>Let&#8217;s fix this. </p>
<p>First thing you will need to do is install and activate the <a href="https://wordpress.org/plugins/media-from-ftp/"  title="Media From FTP" rel="nofollow">Media from FTP</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Upon activation, you need to visit <strong>Media from FTP &raquo; Search &amp; Register</strong> page. By default, the plugin will look into /wp-content/uploads/ folder and display all the media files it finds inside it. </p>
<p><img title="Media from FTP settings" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/01/mediafromftp.png" alt="Media from FTP settings" width="550" height="367" class="alignnone size-full wp-image-49470" /></p>
<p>You can also browse folders by clicking on the /wp-content/uploads/ drop down menu. It allows you to sort files by type or by extension. </p>
<p>Once you have located the files you uploaded using FTP, simply click the checkbox next to them and then click on the &#8216;Update Media&#8217; button. </p>
<p>The plugin will start registering your imported media into the WordPress media library. You will see the progress on the screen as it goes through each file. </p>
<p><img title="Import and register progress" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/01/importedfiles.jpg" alt="Import and register progress" width="550" height="328" class="alignnone size-full wp-image-49471" /></p>
<p>Once it is finished, you can visit <strong>Media &raquo; Library</strong> page to see all your imported files. </p>
<p><img title="Media files uploaded via FTP to WordPress" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/01/importedphotosviaftp.jpg" alt="Media files uploaded via FTP to WordPress" width="550" height="305" class="alignnone size-full wp-image-49472" /></p>
<p>You can now go ahead and add these images, audio, and other media files to your WordPress posts and pages. </p>
<p>We hope this article helped you learn how to easily bulk upload WordPress media files using FTP. You may also want to see our guide on <a href="http://www.wpbeginner.com/beginners-guide/speed-wordpress-save-images-optimized-web/" title="Speed Up Your WordPress – How to Save Images Optimized for Web">how to optimize images in WordPress</a> for better speed and performance. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-bulk-upload-wordpress-media-files-using-ftp/">How to Bulk Upload WordPress Media Files using FTP</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-bulk-upload-wordpress-media-files-using-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
