<?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>the life of a web developer &#187; WordPress</title>
	<atom:link href="http://gavtaylor.co.uk/blog/category/website-design/dev-tools/wordpress-dev-tools-website-design/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Configure WordPress to store FTP details</title>
		<link>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details</link>
		<comments>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:13:43 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=212</guid>
		<description><![CDATA[Hate having to type your server FTP details when upgrading WordPress? Would you like WordPress to remember your FTP login details? then read on&#8230; Anybody familiar with WordPress will know that when adding/removing or upgrading any of your plug-ins, even upgrading the WordPress itself, you are prompted for the FTP connection details for your server, [...]]]></description>
			<content:encoded><![CDATA[<p>Hate having to type your server FTP details when upgrading WordPress? Would you like WordPress to remember your FTP login details? then read on&#8230;</p>
<p>Anybody familiar with WordPress will know that when adding/removing or upgrading any of your  plug-ins, even upgrading the WordPress itself, you are prompted for the FTP connection details for your server, while not a big or frustrating step, it can be a pain if you don&#8217;t have the details to hand or want others to be able to upgrade your blog to ensure its secure but not give them the login details for the server.</p>
<p>The answer is surprisingly a simple one, you don&#8217;t need to install one of the various FTP Saver plug-ins and spend hours trawling through the code, and any updates, to check your details will be secure, all you have to do is add a few extra lines to your wp-config.php file by defining the connection details, WordPress will do the rest.</p>
<p>The constants should be defines as follows,</p>
<p><code> /**  Store Server FTP Details  */<br />
define("FTP_HOST", "domain.tld");<br />
define("FTP_USER", "username");<br />
define("FTP_PASS", "password");<br />
</code></p>
<p>Once you have saved the config file, all you need to do is test it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/configure-wordpress-to-store-ftp-details/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
