<?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>Kaweb</title>
	<atom:link href="http://www.kaweb.co.uk/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kaweb.co.uk</link>
	<description>Web Design Birmingham</description>
	<lastBuildDate>Sun, 06 Nov 2011 16:24:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Gene6 FTP Server will not restart after installing licence</title>
		<link>http://www.kaweb.co.uk/blog/gene6-ftp-server-will-not-restart-after-installing-licence/</link>
		<comments>http://www.kaweb.co.uk/blog/gene6-ftp-server-will-not-restart-after-installing-licence/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 12:55:31 +0000</pubDate>
		<dc:creator>paul.ingram</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.kaweb.co.uk/?p=115</guid>
		<description><![CDATA[This was on a Windows Server 2008 machine. Used the trial &#8211; great, like it, and after trying to get my head around Windows Server 2008 IIS 7 and it&#8217;s reworked FTP service, Gene6 FTP Server was a breeze. But hey, nearly fell at the first &#8211; the service would not start up after installing [...]]]></description>
			<content:encoded><![CDATA[<p>This was on a Windows Server 2008 machine.</p>

<p>Used the trial &#8211; great, like it, and after trying to get my head around Windows Server 2008 IIS 7 and it&#8217;s reworked FTP service, <a title="Gene6 FTP Server website" href="http://www.g6ftpserver.com/en/home">Gene6 FTP Server</a> was a breeze.</p>

<p>But hey, nearly fell at the first &#8211; the service would not start up after <a title="Gene6 registration instructions" href="http://www.g6ftpserver.com/en/registering">installing the licence</a>.</p>

<p>A quick email to their support and they offered the following solution which works (it&#8217;s Windows DEP messing with it). Thought I&#8217;d quickly post it as I could not find the solution on the developers support site and it may help others to find the soultion more quickly.</p>

<p>Go to your Windows <strong>Control Panel</strong>, then &gt; <strong>System</strong> &gt; <strong>Advanced</strong> &gt; <strong>Performances</strong> &gt; <strong>DEP</strong>, and add <strong>g6ftpserver.exe</strong> to the exception list.</p>]]></content:encoded>
			<wfw:commentRss>http://www.kaweb.co.uk/blog/gene6-ftp-server-will-not-restart-after-installing-licence/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FileZilla will not load after force quit</title>
		<link>http://www.kaweb.co.uk/blog/filezilla-will-not-load-after-force-quit/</link>
		<comments>http://www.kaweb.co.uk/blog/filezilla-will-not-load-after-force-quit/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 16:23:16 +0000</pubDate>
		<dc:creator>paul.ingram</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.kaweb.co.uk/?p=114</guid>
		<description><![CDATA[FileZilla for the Mac is a gem of a program for those needing a free &#8220;traditional&#8221; FTP client (alternatives being the sleek Cyberduck and the Firefox add-on FireFTP). Recently, however, I had a problem. I created a new site with a default local directory that had over a thousand subdirectories. Upon connecting, the program began [...]]]></description>
			<content:encoded><![CDATA[<p><a title="FileZilla" href="http://filezilla-project.org/">FileZilla</a> for the Mac is a gem of a program for those needing a free &#8220;traditional&#8221; FTP client (alternatives being the sleek <a title="Cyberduck" href="http://cyberduck.ch">Cyberduck</a> and the Firefox add-on <a title="FireFTP" href="http://fireftp.mozdev.org/">FireFTP</a>).</p>

<p>Recently, however, I had a problem. I created a new site with a default local directory that had over a thousand subdirectories. Upon connecting, the program began <a title="Wikipedia article on Spinning Wait Cursor" href="http://en.wikipedia.org/wiki/Spinning_wait_cursor">pinwheeling</a>, presumably working its way through the many files. After a few minutes it was time for a cmd-click, force quit (ooh rhymy!). Upon relaunch, FileZilla was painfully slow to load. The FZ icon would happily bounce for a couple of seconds, but then it was pinwheel city again&#8230; one could only assume it was starting where it left off last time.</p>

<p>So, you&#8217;re stuck &#8211; unable to load FileZilla to change the setting that is causing FileZilla not to load. And so, as is so often the case, it&#8217;s command line to the rescue.</p>

<p>First, (force)quit FileZilla and open up a terminal. If you&#8217;re not already there, go to your personal user directory (/Users/yournamehere). An ls -la will reveal a hidden directory named .filezilla. Dive in and then edit filezilla.xml. The offending line reads as follows:</p>

<code>&lt;Setting name="Last local directory" type="string"&gt;path/to/directory/here&lt;/Setting&gt;</code>

<p>Remove that whole line, save your file, start FileZilla and enjoy port 21-action all over again! Just remember to change the local directory in the problem site before you re-connect otherwise you&#8217;ll be back to square one.</p>]]></content:encoded>
			<wfw:commentRss>http://www.kaweb.co.uk/blog/filezilla-will-not-load-after-force-quit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

