<?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>pure-ftp &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/pure-ftp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Tue, 14 Mar 2017 10:16:57 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>pure-ftp &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PureFTP &#8211; Logging erhöhen</title>
		<link>https://www.systemtechnics.de/pureftp-logging-erhoehen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 10:16:57 +0000</pubDate>
				<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[pure-ftp]]></category>
		<category><![CDATA[verbose]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2161</guid>

					<description><![CDATA[Wer PureFTP einsetzt und das Logging erhöhen möchte, der kann wie folgt vorgehen: echo 'yes' > /etc/pure-ftpd/conf/VerboseLog Anschliessend den PureFTP [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wer PureFTP einsetzt und das Logging erhöhen möchte, der kann wie folgt vorgehen:</p>
<p><span id="more-2161"></span></p>
<pre><code>echo 'yes' > /etc/pure-ftpd/conf/VerboseLog</code></pre>
<p>Anschliessend den PureFTP neu starten mit:</p>
<pre><code>/etc/init.d/pure-ftpd-mysql restart</code></pre>
<p>bzw.:</p>
<pre><code>service pure-ftpd-mysql restart</code></pre>
</p>
<p>Nun sehen wir im /var/log/syslog wesentlich mehr Informationen bzgl. PureFTP</p>
<pre><code>tail -n 100 /var/log/syslog</code></pre>
<p>Zum Ausschalten reicht es die angelegte Datei unter <em>/etc/pure-ftp/conf</em> zu löschen und den Dienst neu zu starten.</p>
<pre><code>rm -f /etc/pure-ftpd/conf/VerboseLog
/etc/init.d/pure-ftpd-mysql restart</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
