<?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>BuddingBloggers.com &#187; FileZilla</title>
	<atom:link href="http://buddingbloggers.com/tag/filezilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddingbloggers.com</link>
	<description>We help you nurture your blog</description>
	<lastBuildDate>Fri, 19 Jun 2009 02:47:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Changing File Permissions via FileZilla</title>
		<link>http://buddingbloggers.com/2009/04/changing-file-permissions-via-filezilla/</link>
		<comments>http://buddingbloggers.com/2009/04/changing-file-permissions-via-filezilla/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:28:45 +0000</pubDate>
		<dc:creator>HacK_MiNDeD</dc:creator>
				<category><![CDATA[Blog Maintenance]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[File Permissions]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://buddingbloggers.com/?p=224</guid>
		<description><![CDATA[File Permissions affect the capability of users or group of users to Read, Write or Execute files. They define who or what can read , write or execute the files or directories.

Different files need different file permissions to do the work they are programmed to do.

The File Permissions can be easily changed by using FTP Clients such as FileZilla.]]></description>
			<content:encoded><![CDATA[<p><strong>File Permissions</strong> affect the capability of users or group of users to <em>Read</em>, <em>Write</em> or <em>Execute</em> files. They define who or what can read , write or execute the files or directories.</p>
<p>Different files need different file permissions to do the work they are programmed to do.</p>
<p>The File Permissions can be easily changed by using FTP Clients such as <em>FileZilla</em>.</p>
<h3>The steps to change File Permissions using FileZilla</h3>
<h4>Changing File Permissions using the Interface:</h4>
<ol>
<li><a href="http://buddingbloggers.com/2009/03/using-fireftp-and-filezilla-to-upload-files-onto-your-webserver/" target="_blank">Install and configure FileZilla</a>, if you haven&#8217;t done it yet.</li>
<li>Open <em>FileZilla</em> and browse to the directory/file, of which you want to change the File Permissions.</li>
<li>Right-click on it and click on &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">File Permissions&#8230;</span></span>&#8221;
<p><div id="attachment_225" class="wp-caption aligncenter" style="width: 310px"><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp.jpg"><img class="size-medium wp-image-225" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp-300x168.jpg" alt="Selecting File Permissions" width="300" height="168" /></a><p class="wp-caption-text">Selecting File Permissions</p></div></li>
<li>An interface would pop-up asking for the required <em>File Permissions</em>. Fill the box with the required <em>File Permissions</em>. If you are changing the <em>File Permissions </em>of a directory, choose the option &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">Recurse into Subdirectories</span></span>&#8220;and then select the preferred sub-options.
<p><div id="attachment_226" class="wp-caption aligncenter" style="width: 310px"><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp1.jpg"><img class="size-medium wp-image-226" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp1-300x168.jpg" alt="Entering the Required File Permission" width="300" height="168" /></a><p class="wp-caption-text">Entering the Required File Permission</p></div></li>
<li>Then click &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">OK</span></span>&#8220;. You can see the status of the process of changing <em>File Permissions</em> in the Status Bar on top.</li>
</ol>
<h4>Changing File Permissions using the Command Line:</h4>
<p>Here, I&#8217;m just showing how to use the command line to change the FPs of a single file, there are some extra commands that are used to recurse FPs into subdirectories.</p>
<ol>
<li>Run FileZilla and connect to your server.</li>
<li>In the Menubar, click on &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">Server</span></span>&#8221; and choose &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">Enter Custom Command&#8230;</span></span>&#8220;</li>
<li>A dialogue box would pop-up asking for the FTP Command.
<p><div id="attachment_227" class="wp-caption aligncenter" style="width: 310px"><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp2.jpg"><img class="size-medium wp-image-227" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp2-300x168.jpg" alt="Raw FTP Command Dialogue Box" width="300" height="168" /></a><p class="wp-caption-text">Command Line Dialogue Box</p></div></li>
<li>Enter this command:&#8221;<span style="text-decoration: underline;"><span style="color: #ff0000;">chmod *** DIR</span></span>&#8220;; where &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">***</span></span>&#8221; is the numerical value of the required FPs and &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">DIR</span></span>&#8221; is the location of the file to be modified. &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">chmod</span></span>&#8221; stands for &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;"><strong>Ch</strong>ange <strong>Mod</strong>e</span></span>&#8221;
<p><div id="attachment_229" class="wp-caption aligncenter" style="width: 310px"><a href="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp3.jpg"><img class="size-medium wp-image-229" src="http://buddingbloggers.com/blog/wp-content/uploads/2009/04/fp3-300x168.jpg" alt="Changing File Permissions using Command Line" width="300" height="168" /></a><p class="wp-caption-text">Changing File Permissions using Command Line</p></div></li>
<li>Click &#8220;<span style="text-decoration: underline;"><span style="color: #ff0000;">OK</span></span>&#8221; and you would get a message in the top Status bar informing that the command was a success.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://buddingbloggers.com/2009/04/changing-file-permissions-via-filezilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

