<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Kommentare zu: Windows XAMPP und WordPress Autoupdate per FTP</title>
	<atom:link href="http://www.code-styling.de/deutsch/windows-xampp-und-wordpress-autoupdate-per-ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.code-styling.de/deutsch/windows-xampp-und-wordpress-autoupdate-per-ftp</link>
	<description>It's not a bug, it's always a feature.</description>
	<pubDate>Thu, 17 May 2012 08:28:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: codestyling</title>
		<link>http://www.code-styling.de/deutsch/windows-xampp-und-wordpress-autoupdate-per-ftp#comment-2183</link>
		<dc:creator>codestyling</dc:creator>
		<pubDate>Tue, 14 Jun 2011 13:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=1795#comment-2183</guid>
		<description>Es geht hier ja nicht darum, das wegzukonfigurieren sondern bewust auf FTP auflaufen zu lassen. Wenn man testen will, wie sich WordPress mit 40M memory_limit und FTP Autoupdate verhält, dann kann man das so recht einfach ausprobieren.
Die Konstanten sollten alle bekannt sein, deswegen hab ich hier diese auch nicht nochmal erwähnt. Zum Anliegen der FTP Nutzung tragen Sie im o.g. Anwendungsfalle nicht bei, denn XAMPP kann normalerweise von Haus aus "direct" und muß erst auf FTP gezwungen werden!</description>
		<content:encoded><![CDATA[<p>Es geht hier ja nicht darum, das wegzukonfigurieren sondern bewust auf FTP auflaufen zu lassen. Wenn man testen will, wie sich WordPress mit 40M memory_limit und FTP Autoupdate verhält, dann kann man das so recht einfach ausprobieren.<br />
Die Konstanten sollten alle bekannt sein, deswegen hab ich hier diese auch nicht nochmal erwähnt. Zum Anliegen der FTP Nutzung tragen Sie im o.g. Anwendungsfalle nicht bei, denn XAMPP kann normalerweise von Haus aus &#8220;direct&#8221; und muß erst auf FTP gezwungen werden!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Frank</title>
		<link>http://www.code-styling.de/deutsch/windows-xampp-und-wordpress-autoupdate-per-ftp#comment-2182</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 14 Jun 2011 13:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=1795#comment-2182</guid>
		<description>Bist du im Urlaub, ein Beitrag nach dem anderen ;) gern weiter so.

Bisher hatte ich unter XAMPP keine Probleme mit dem Autoupdate, ich definiere den Proxy, wenn nötig und wenn nötig, gebe ich noch den FTP-User mit.
define('WP_PROXY_HOST', 'proxy_host-ip');
define('WP_PROXY_PORT', 'my_port');
define('WP_PROXY_USERNAME', 'my_user');
define('WP_PROXY_PASSWORD', 'my_password');

define('FTP_HOST', 'localhost');
define('FTP_USER', 'my_user');

Bei Problemen lohnt ein Blick auf die Konstante FS_METHOD 
define( 'FS_METHOD ', 'direct' );
define('FTP_PASS', 'mypassword');</description>
		<content:encoded><![CDATA[<p>Bist du im Urlaub, ein Beitrag nach dem anderen <img src='http://www.code-styling.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> gern weiter so.</p>
<p>Bisher hatte ich unter XAMPP keine Probleme mit dem Autoupdate, ich definiere den Proxy, wenn nötig und wenn nötig, gebe ich noch den FTP-User mit.<br />
define(&#8217;WP_PROXY_HOST&#8217;, &#8216;proxy_host-ip&#8217;);<br />
define(&#8217;WP_PROXY_PORT&#8217;, &#8216;my_port&#8217;);<br />
define(&#8217;WP_PROXY_USERNAME&#8217;, &#8216;my_user&#8217;);<br />
define(&#8217;WP_PROXY_PASSWORD&#8217;, &#8216;my_password&#8217;);</p>
<p>define(&#8217;FTP_HOST&#8217;, &#8216;localhost&#8217;);<br />
define(&#8217;FTP_USER&#8217;, &#8216;my_user&#8217;);</p>
<p>Bei Problemen lohnt ein Blick auf die Konstante FS_METHOD<br />
define( &#8216;FS_METHOD &#8216;, &#8216;direct&#8217; );<br />
define(&#8217;FTP_PASS&#8217;, &#8216;mypassword&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

