<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ZIPEncryptFTP</title>
	<atom:link href="http://blog.didierstevens.com/programs/zipencryptftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.didierstevens.com</link>
	<description>(blog 'DidierStevens)</description>
	<lastBuildDate>Tue, 09 Mar 2010 09:33:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-33858</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Tue, 16 Dec 2008 18:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-33858</guid>
		<description>No problem. One of the design requirements for this program was working without an installation program. That&#039;s why the program itself will register its event source the first time it is run. This requires admin rights, but only the first time.</description>
		<content:encoded><![CDATA[<p>No problem. One of the design requirements for this program was working without an installation program. That&#8217;s why the program itself will register its event source the first time it is run. This requires admin rights, but only the first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-33852</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 15 Dec 2008 01:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-33852</guid>
		<description>Sorry, I&#039;m still getting used to Vista. I ran it from an account with admin privileges, but did not realize I also had to explicitly select &quot;Run as administrator&quot;. Thanks for your help, this utility is awesome.</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m still getting used to Vista. I ran it from an account with admin privileges, but did not realize I also had to explicitly select &#8220;Run as administrator&#8221;. Thanks for your help, this utility is awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Stevens</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-33846</link>
		<dc:creator>Didier Stevens</dc:creator>
		<pubDate>Sat, 13 Dec 2008 08:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-33846</guid>
		<description>@James:

Did you follow my advise?
&gt; It will write to the Application eventlog, so you need to run it the first time with administrator privileges,
&gt; to register ZIPEncryptFTP with the eventlog.

Don&#039;t forget that Vista&#039;s UAC force you to explicitly select &quot;Run as administrator&quot;</description>
		<content:encoded><![CDATA[<p>@James:</p>
<p>Did you follow my advise?<br />
&gt; It will write to the Application eventlog, so you need to run it the first time with administrator privileges,<br />
&gt; to register ZIPEncryptFTP with the eventlog.</p>
<p>Don&#8217;t forget that Vista&#8217;s UAC force you to explicitly select &#8220;Run as administrator&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-33845</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 12 Dec 2008 22:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-33845</guid>
		<description>The program does not seem to run on Vista :-(

Unhandled Exception: System.Security.SecurityException: The source was not found
, but some or all event logs could not be searched.  Inaccessible logs: Security
.
   at System.Diagnostics.EventLog.FindSourceRegistration(String source, String m
achineName, Boolean readOnly)
   at System.Diagnostics.EventLog.SourceExists(String source, String machineName
)
   at System.Diagnostics.EventLog.VerifyAndCreateSource(String sourceName, Strin
g currentMachineName)
   at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType t
ype, Int32 eventID, Int16 category, Byte[] rawData)
   at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType t
ype, Int32 eventID)
   at ZipEncryptFTP.MyEventLog.WriteID(EventLogEntryType eventType, IDs id)
   at ZipEncryptFTP.Program.Main(String[] args)
The Zone of the assembly that failed was:
MyComputer</description>
		<content:encoded><![CDATA[<p>The program does not seem to run on Vista <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Unhandled Exception: System.Security.SecurityException: The source was not found<br />
, but some or all event logs could not be searched.  Inaccessible logs: Security<br />
.<br />
   at System.Diagnostics.EventLog.FindSourceRegistration(String source, String m<br />
achineName, Boolean readOnly)<br />
   at System.Diagnostics.EventLog.SourceExists(String source, String machineName<br />
)<br />
   at System.Diagnostics.EventLog.VerifyAndCreateSource(String sourceName, Strin<br />
g currentMachineName)<br />
   at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType t<br />
ype, Int32 eventID, Int16 category, Byte[] rawData)<br />
   at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType t<br />
ype, Int32 eventID)<br />
   at ZipEncryptFTP.MyEventLog.WriteID(EventLogEntryType eventType, IDs id)<br />
   at ZipEncryptFTP.Program.Main(String[] args)<br />
The Zone of the assembly that failed was:<br />
MyComputer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranimi</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-593</link>
		<dc:creator>ranimi</dc:creator>
		<pubDate>Mon, 19 Feb 2007 08:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-593</guid>
		<description>Thank you!!!!
Ranimi (Italy)</description>
		<content:encoded><![CDATA[<p>Thank you!!!!<br />
Ranimi (Italy)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudar</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-571</link>
		<dc:creator>sudar</dc:creator>
		<pubDate>Sun, 18 Feb 2007 10:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-571</guid>
		<description>Thanks for the tool. I was looking for something like this for quite something. You rock! Thanks once again.

Cheers,
Sudar</description>
		<content:encoded><![CDATA[<p>Thanks for the tool. I was looking for something like this for quite something. You rock! Thanks once again.</p>
<p>Cheers,<br />
Sudar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gHacks tech news</title>
		<link>http://blog.didierstevens.com/programs/zipencryptftp/#comment-559</link>
		<dc:creator>gHacks tech news</dc:creator>
		<pubDate>Sat, 17 Feb 2007 06:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://didierstevens.wordpress.com/programs/zipencryptftp/#comment-559</guid>
		<description>&lt;strong&gt;Zip Encrypt Ftp Backups&lt;/strong&gt;

Didier Stevens did it again with a pretty useful tool that could be used for backups that should be placed on another server on the internet. This is great if you want to separate site or operating system backups from the running server to avoid that b...</description>
		<content:encoded><![CDATA[<p><strong>Zip Encrypt Ftp Backups</strong></p>
<p>Didier Stevens did it again with a pretty useful tool that could be used for backups that should be placed on another server on the internet. This is great if you want to separate site or operating system backups from the running server to avoid that b&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
