<?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>Emmense Technologies, LLC - WordPress Consulting &#187; ftp — Emmense Technologies, LLC - WordPress Consulting</title>
	<atom:link href="http://emmense.com/blog/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://emmense.com</link>
	<description>Just another Emmense.com weblog</description>
	<lastBuildDate>Sat, 05 Jun 2010 14:13:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>Changing WordPress Upload Directory File Permissions</title>
		<link>http://emmense.com/blog/2010/01/31/changing-wordpress-upload-directory-file-permissions/</link>
		<comments>http://emmense.com/blog/2010/01/31/changing-wordpress-upload-directory-file-permissions/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:04:30 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress bible]]></category>
		<category><![CDATA[wpbible]]></category>

		<guid isPermaLink="false">http://emmense.com/?p=239</guid>
		<description><![CDATA[Quick How-to here on folder permissions to allow for WordPress image uploading. Some have reported seeing an error similar to below.

This error is confusing for non-technical users. How to fix it? 
Well, it turns out it&#8217;s pretty easy. First, you need to make sure you have an FTP client. This will allow you to manage [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Femmense.com%2Fblog%2F2010%2F01%2F31%2Fchanging-wordpress-upload-directory-file-permissions%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Femmense.com%2Fblog%2F2010%2F01%2F31%2Fchanging-wordpress-upload-directory-file-permissions%2F" height="61" width="51" /></a></div><p>Quick How-to here on folder permissions to allow for WordPress image uploading. Some have reported seeing an error similar to below.</p>
<p><a href="http://emmense.com/files/Screen-shot-2010-01-31-at-2.55.20-PM.png"><img src="http://emmense.com/files/Screen-shot-2010-01-31-at-2.55.20-PM-300x104.png" alt="Folder permission error in WordPress" title="Folder permission error in WordPress" width="300" height="104" class="aligncenter size-medium wp-image-240" /></a></p>
<p>This error is confusing for non-technical users. How to fix it? </p>
<p>Well, it turns out it&#8217;s pretty easy. First, you need to make sure you have an FTP client. This will allow you to manage files and folders <em>directly</em> on your server. Be aware of the <a href="http://technosailor.com/2005/02/07/lessons-in-web-security-the-bane-of-ftp/">dangers of FTP</a>, however, and if you have the option, use Secure FTP (SFTP) or SSH instead.</p>
<p>For Mac users, I highly recommend <a href="http://www.panic.com/TRANSMIT/">Transmit</a> from Panic software. <a href="http://fetchsoftworks.com/">Fetch</a> is a solid second. Windows users can look at <a href="http://filezilla.org">Filezilla</a>.</p>
<p>Having done that, log into your server with your FTP credentials (ask your host if you don&#8217;t know this). Browse to your <strong>wp-content/</strong> folder. Highlight the <strong>uploads/</strong> folder. If it doesn&#8217;t exist, create it.</p>
<p>Right click or context click and look for an option to change permission or view information about the folder. In that dialog, there will likely be a setting for changing file permissions. Every FTP client is slightly different, so poke around a bit if it&#8217;s not readily obvious.</p>
<p>Once you find the permission settings, set the permission number to 777 (or Read, Write, Execute for User, Group and All). This is a very liberal permission setting and not to be used everywhere. <strong>Only on this directory!</strong>. You can apply the permission to all files and folders underneath this folder if you&#8217;d like.</p>
<p>If you want to login via SSH and apply the same permission setting, you can issue this command:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">chmod -R 777 /path/to/wordpress/wp-content/uploads</div></td></tr></tbody></table></div>
<p>.</p>
<p>For more information about using WordPress, setting permissions or FTP security, make sure you buy my book, the <a href="http://bit.ly/wpbible">WordPress Bible</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://emmense.com/blog/2010/01/31/changing-wordpress-upload-directory-file-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
