<?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>Catalyst Development</title>
	<atom:link href="http://blog.catalyst.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.catalyst.com</link>
	<description>Applications, Components and Libraries For Software Developers</description>
	<lastBuildDate>Tue, 25 May 2010 14:22:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 2000 Technical Support</title>
		<link>http://blog.catalyst.com/archives/82</link>
		<comments>http://blog.catalyst.com/archives/82#comments</comments>
		<pubDate>Tue, 18 May 2010 22:32:26 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[General Information]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=82</guid>
		<description><![CDATA[Microsoft has announced the end of technical support for Windows 2000 and Windows XP SP2 on July 13, 2010. This means that after this date, paid support and operating system updates from Microsoft, including security updates, will no longer be available for those platforms. It&#8217;s recommended that you upgrade these platforms as soon as possible. [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced the end of technical support for Windows 2000 and Windows XP SP2 on July 13, 2010. This means that after this date, paid support and operating system updates from Microsoft, including security updates, will no longer be available for those platforms. It&#8217;s recommended that you upgrade these platforms as soon as possible. For developers using Windows XP, all you need to do is install Service Pack 3 (SP3) to continue receiving updates for the operating system. You can download SP3 through Windows Update, or from the Microsoft <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4">Download Center</a>.<span id="more-82"></span></p>
<p>Although Microsoft is no longer supporting these platforms, Catalyst has no plans to discontinue support for Windows 2000 or Windows XP SP2 at this time. However, it is important to consider that the inability to obtain support from Microsoft for these platforms may impact our ability to provide support to our customers.  If a customer reports a problem on either of these platforms, we will follow this process:</p>
<p>1. If a problem is reported on Windows 2000 or Windows XP SP2, we will first attempt to reproduce that problem on a supported version of Windows. Typically, that will be on both a development system running Windows 7 and a test system running Windows XP SP3.  If the problem can be reproduced, then it&#8217;s not likely to be a platform-specific issue and we&#8217;ll proceed towards resolving the issue.</p>
<p>2. If the problem cannot be reproduced on a supported version of Windows, we&#8217;ll attempt to reproduce it on either Windows 2000 or Windows XP SP2, depending on which platform the customer is experiencing the problem. If we can reproduce the problem, then we&#8217;ll determine the nature of the issue. For example, if the problem can be isolated as a certain network function that doesn&#8217;t have the same functionality as on supported versions of Windows, we&#8217;ll determine what change or work-around can be made to correct the problem.</p>
<p>3. If it is determined that the problem is specific to an unsupported version of Windows and is related to something that cannot be addressed directly in our code, such as a system configuration issue or a problem with a particular driver, then we will do our best to provide a work-around solution for the customer as a temporary measure until the customer and/or end-user can migrate to a supported platform.</p>
<p>While we have no immediate plans to discontinue support for these platforms, it is also important to note that future versions of our products may not include support for them, or certain features may not be available when new functionality is added to our products. If you haven&#8217;t done so already, we recommend that you make plans to migrate any of your end-users to a supported version of Windows as soon as possible. This is particularly important for any systems which have Internet connectivity because the lack of security updates for these platforms has the potential to make those systems increasingly vulnerable to malicious software and denial-of-service attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Released</title>
		<link>http://blog.catalyst.com/archives/75</link>
		<comments>http://blog.catalyst.com/archives/75#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:41:20 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual C#]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=75</guid>
		<description><![CDATA[Microsoft has released Visual Studio 2010, which includes a new IDE, new language features and a new version of the .NET Framework. We&#8217;ve updated the current versions of our SocketTools .NET family of products to include assemblies that target version 4.0 of the .NET Framework. We also have some additional information about SocketTools compatibility with [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released Visual Studio 2010, which includes a new IDE, new language features and a new version of the .NET Framework. We&#8217;ve updated the current versions of our SocketTools .NET family of products to include assemblies that target version 4.0 of the .NET Framework. We also have some additional information about <a href="http://go.catalyst.com/vs2010">SocketTools compatibility</a> with Visual Studio 2010 on our website.<span id="more-75"></span></p>
<p>For Visual Basic programmers, the new version of Visual Studio includes some nice features such as implicit line continuation (no more underscore characters to continue lines), auto-implemented class properties, collection initializers and lambda expressions (essentially functions within functions). On the C# side of things, they&#8217;ve added support for late binding to dynamic types, and improved interoperability with COM objects. This is a real benefit to C# developers who need to make extensive use of the Office automation APIs, since these changes make it significantly easier to work with.  For the most part, the language changes make it easier to do more with less code, and brings VB and C# into parity with one another in terms of language features and overall functionality. Microsoft decided to merge the VB and C# language teams together, ensuring that both languages are &#8220;first class citizens&#8221; in the .NET universe.</p>
<p>For those who are interested in working with Visual Studio 2010, here&#8217;s some useful links:</p>
<ul>
<li><a target="_blank" href="http://www.microsoft.com/express/Windows/">Visual Studio 2010 Express Editions</a></li>
<li><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=26bae65f-b0df-4081-ae6e-1d828993d4d0">Visual Studio 2010 Professional</a></li>
<li><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992">.NET Framework 4 Installer</a></li>
<li><a target="_blank" href="http://visualstudiogallery.msdn.microsoft.com/en-us/4af86641-a302-4edf-9853-007bcc670b30">Visual Studio 2010 Help Keyword Index</a></li>
<li><a target="_blank" href="http://visualstudiogallery.msdn.microsoft.com/en-us/60a86afe-159b-4940-a22f-4fef055cbd63">Help Viewer Power Tool</a></li>
</ul>
<p>Visual Studio 2010 Professional can be installed as a 30-day trial and you can get an additional 60-day extension, if necessary. The Express Editions are free, of course, but are more limited. New projects build with VS2010 will target the .NET 4 Framework, so your end-users would need to have that  installed. You could either have them install it using the web installer I linked above, or you could have your own installation program pre-install the framework.</p>
<p>The link to the keyword index addon is something that addresses the one significant negative in VS2010, which is the new help system that they&#8217;re using. It lacks an index, and the searching functionality leaves a lot to be desired (for example, there&#8217;s no ability to filter search results). This addon adds a panel that provides an index that integrates directly into the IDE, and is really something that should have been included with the product. One caveat is that this addon won&#8217;t work with the Express editions because they don&#8217;t support tool extensions. The Help Viewer power tool allows you to configure the VIsual Studio 2010 help to use a standalone viewer, rather than your browser. Keep in mind that if you want to make full use of the Help Viewer power tool, make sure that you install all of the Visual Studio documentation locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketTools 6.0 Service Pack 3</title>
		<link>http://blog.catalyst.com/archives/72</link>
		<comments>http://blog.catalyst.com/archives/72#comments</comments>
		<pubDate>Mon, 05 Apr 2010 23:11:11 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[SocketTools]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=72</guid>
		<description><![CDATA[SocketTools 6.0 Service Pack 3 (SP3) has been released, with improvements made primarily to the FTP, HTTP and MIME components. This update also includes a change to the SocketWrench component which addresses an issue with how keep-alive packets are generated, and it corrects a general issue with the network debugging library that&#8217;s included with SocketTools. [...]]]></description>
			<content:encoded><![CDATA[<p>SocketTools 6.0 Service Pack 3 (SP3) has been released, with improvements made primarily to the FTP, HTTP and MIME components. This update also includes a change to the SocketWrench component which addresses an issue with how keep-alive packets are generated, and it corrects a general issue with the network debugging library that&#8217;s included with SocketTools. This update includes all of the previous updates for the product, and is free to customers who are using version 6.0. For more information about what has changed with this release, please read the <a href="http://www.catalyst.com/products/sockettools/release.html">release notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketTools 6.0 Service Pack 2</title>
		<link>http://blog.catalyst.com/archives/68</link>
		<comments>http://blog.catalyst.com/archives/68#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:34:09 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[SocketTools]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=68</guid>
		<description><![CDATA[SocketTools 6.0 Service Pack 2 (SP2) has been released. We&#8217;ve improved the functionality of the DNS, FTP, HTTP, IMAP, POP3, MIME, NNTP and SMTP components along with some general improvements in the areas of security (SSL and SSH) and core network performance. This is a complete update of the product, along with the hotfixes that [...]]]></description>
			<content:encoded><![CDATA[<p>SocketTools 6.0 Service Pack 2 (SP2) has been released. We&#8217;ve improved the functionality of the DNS, FTP, HTTP, IMAP, POP3, MIME, NNTP and SMTP components along with some general improvements in the areas of security (SSL and SSH) and core network performance. This is a complete update of the product, along with the hotfixes that were created since the last service pack was released. It&#8217;s a free download to all customers who are using version 6.0. For more information, please review the <a href="http://www.catalyst.com/products/sockettools/release.html">release notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketWrench 6.0 Freeware Released</title>
		<link>http://blog.catalyst.com/archives/63</link>
		<comments>http://blog.catalyst.com/archives/63#comments</comments>
		<pubDate>Tue, 06 Oct 2009 23:02:07 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[SocketWrench]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=63</guid>
		<description><![CDATA[For hobbyist programmers who are interested in learning about Internet programming, we&#8217;ve released a free version of our popular SocketWrench ActiveX control. It has the standard features of our commercial product, but does not include support for secure connections or the Internet Server components. We&#8217;re offering this to developers as a way to both introduce [...]]]></description>
			<content:encoded><![CDATA[<p>For hobbyist programmers who are interested in learning about Internet programming, we&#8217;ve released a <a href="http://go.catalyst.com/freeware">free version</a> of our popular SocketWrench ActiveX control. It has the standard features of our commercial product, but does not include support for secure connections or the Internet Server components. We&#8217;re offering this to developers as a way to both introduce our components, and help those who want to get started with an easy way to build Internet-enabled applications.<span id="more-63"></span></p>
<p>For professional developers who need security, additional functionality and technical support, we have commercial versions of <a href="http://go.catalyst.com/socketwrench">SocketWrench</a>. Secure connections using SSL/TLS can be easily established, usually with just an extra line of code, and for projects where you need to create a server application, the commercial version also includes the Internet Server component which makes it easy to create custom TCP/IP servers.</p>
<p>For those programmers who are primarily working with native code, such as classic Visual Basic, PowerBasic, C++ and other similar languages, our SocketWrench Secure Edition includes both an ActiveX control and a standard dynamic link library (DLL) that provides an interface that&#8217;s similar to the standard Windows API. It can be used with virtually any programming language, and has a great degree of flexibility.</p>
<p>For Visual Basic .NET and C# developers, we&#8217;ve designed SocketWrench .NET to really simplify Internet programming beyond what&#8217;s included as part of the .NET Framework. Microsoft has a lot of interdependency in their classes where you end up creating a number of different class instances and writing a lot of &#8220;glue code&#8221; to tie them together. An example of this would be the TcpClient class which uses the NetworkStream class, and then to convert the data read to a string, you&#8217;d need to use the System.Text.Encoding class and so on. If you need SSL support, then you&#8217;d also need the SslStream class, and write the code to integrate that. All of this functionality is incorporated directly into SocketWrench, which significantly reduces the amount of code that needs to be written. And as every developer knows, the less code you have to write, fewer errors will be in that code. A simple, straight-forward design is one of the cornerstones of reliable software. Give it a try and let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketTools 7 Preview</title>
		<link>http://blog.catalyst.com/archives/42</link>
		<comments>http://blog.catalyst.com/archives/42#comments</comments>
		<pubDate>Fri, 04 Sep 2009 00:02:37 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[SocketTools]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=42</guid>
		<description><![CDATA[SocketTools 7, codenamed &#8220;Sawtooth&#8221;, is going to introduce some exciting new features, along with some additional components that expand the functionality of the product. We wanted to provide you with an overview of a few of the things you can expect to see in this upcoming release, as well as provide some general information about [...]]]></description>
			<content:encoded><![CDATA[<p>SocketTools 7, codenamed &#8220;Sawtooth&#8221;, is going to introduce some exciting new features, along with some additional components that expand the functionality of the product. We wanted to provide you with an overview of a few of the things you can expect to see in this upcoming release, as well as provide some general information about the new version.<span id="more-42"></span></p>
<p>Here is a brief overview of just a few of the major changes that will be coming in the next release. Additional information about SocketTools 7 can be found in the <a href="http://www.catalyst.com/support/faq/sawtooth.html" target="_blank">Frequently Asked Questions</a> document on our website.</p>
<p><strong>Native support for 64-bit Windows applications</strong>. The SocketTools 7 .NET and Library Editions will include 64-bit editions that can be used to build native 64-bit versions of your applications. Of course, we will continue to offer our 32-bit components as well, allowing developers to target the platforms of their choice.</p>
<p><strong>Support for Internet Protocol version 6 (IPv6)</strong>. Commonly known as the next generation Internet protocol, IPv6 is designed to eventually replace the current version. IPv6 addresses many of the problems with the current version of the protocol, and adds a number of improvements in terms of routing, network configuration and overall performance. While most of the Internet still uses IPv4, offering support for IPv6 ensures the long-term compatibility of your application software.</p>
<p><strong>Support for Quality of Service functionality</strong>. The ability to negotiate and manage the bandwidth allocated to a connection is known as Quality of Service (QoS). This allows an application to prioritize network traffic for mission-critical applications, as well as obtain statistical information about the connection.</p>
<p><strong>Support for the Really Simple Syndication (RSS) protocol</strong>. A new library and component will be included that provides a simplified interface to download and parse RSS feeds. RSS has become common place in providing updates to frequently changing content on the Internet, and can also be used programmatically. For example, your application could check an RSS feed to determine if it is running the current version, or if the user should be notified of a new release.</p>
<p><strong>Support for Short Message Service (SMS) text messaging</strong>. This component and library enables developers to send short text messages, typically 160 characters or less, to a mobile device. All you need to know is the cell phone number and provide the text that you wish to send. A method for specifying an alternate email gateway server, typically needed for providers outside of the United States, can also be specified if needed.</p>
<p><strong>Support for very large file transfers</strong>. Currently, file transfers using protocols like FTP and HTTP are limited to 4GB. In SocketTools 7, these limitations will be removed, enabling applications to upload and download very large files that exceed 4GB.</p>
<p><strong>Support for automatic management of background file transfers</strong>. This will enable your application to queue  file transfers in the background, without interfering with the current thread of execution. For example, you could have a number of files that you want your software to download at one time. With this option enabled, you request the files as you normally would and the data transfer begins in the background, executing in a separate thread and control is immediately returned to your program. An event is used to signal when the transfer has completed. There&#8217;s no need for you to worry about managing multiple threads or worry about writing complex inter-process communication code.</p>
<p><strong>Network protocol improvements and extensions</strong>. SocketTools 7 will also include improvements to many of the network protocols, such as support for HTTP compression, Integrated Windows Authentication support and improved session logging and debugging features.</p>
<p>Of course, one of the most common concerns for developers is code compatibility. SocketTools 7 will continue to include all of the components and libraries in the current version and will be source compatible to ensure that upgrading is as easy as possible. This includes continuing support for ActiveX controls and Visual Basic 6.0 (Classic VB). We will continue to support all of the current Windows platforms from Windows 2000 and later, including the new release of Windows 7 in October, 2009. As with previous versions, SocketTools 7 will support side-by-side installation. You can safely install the new version on the same system that already has a previous version of SocketTools installed.</p>
<p>SocketTools 7 is currently under development, and there will be phased beta testing similar to how the beta test for version 6.0 was managed. If you&#8217;re a current beta tester, you&#8217;ll automatically be invited for the first round of testing. We&#8217;ll then open up testing to other developers who are interested in working with the new release. We currently plan on releasing SocketTools 7 in the summer of 2010, although this is subject to change based on the testing process and feedback from developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Command Execution</title>
		<link>http://blog.catalyst.com/archives/36</link>
		<comments>http://blog.catalyst.com/archives/36#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:50:22 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[SocketTips]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/?p=36</guid>
		<description><![CDATA[When people think of the Secure Shell (SSH) protocol, interactive terminal sessions and secure file transfers are typically what to come to mind. In addition to these common functions, SSH also supports securely executing a command on a remote host and returning the output of that command back to the local system. The SSH component [...]]]></description>
			<content:encoded><![CDATA[<p>When people think of the Secure Shell (SSH) protocol, interactive terminal sessions and secure file transfers are typically what to come to mind. In addition to these common functions, SSH also supports securely executing a command on a remote host and returning the output of that command back to the local system. The SSH component that is included with the SocketTools Secure Editions enables you to take advantage of this functionality through a single method call named Execute.<span id="more-36"></span></p>
<p>For example, in Visual Basic the code could look like this:</p>
<pre>
  SecureShell.HostName = "remote.server.net"
  SecureShell.UserName = "username"
  SecureShell.Password = "password"

  Dim strResult = SecureShell.Execute("/bin/ps -ef")
  If strResult.Length = 0 And SecureShell.LastError > 0 Then
      MessageBox.Show(SecureShell.LastErrorString)
      Exit Sub
  End If

  TextBox1.Text = strResult
</pre>
<p>In this example, the typical property values are set for the SSH server domain name or IP address, the user name and password required to authenticate the session. The Execute method is then called, providing the command to execute as a parameter, and the output from the command will be returned to a string value. In this case, we&#8217;re connecting to a UNIX based system and listing all of the running processes using the /bin/ps command.</p>
<p>If an error occurs, then the return value will be an empty string and the LastError property will be set to a value which identifies the error condition. In this case, we simply display a message box that shows a human-readable description of the last error code and then exit the subroutine.</p>
<p>As with an interactive terminal session, the entire operation is encrypted over the network, including the command that is sent and the output that it returns. For this reason, using SSH is preferred over the old rexec protocol which would send both the user credentials and the command as plain text. If you&#8217;re currently using the Remote Command class in your applications, it&#8217;s recommended that you consider rewriting your code to use the SSH component as a secure alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Compatibility</title>
		<link>http://blog.catalyst.com/archives/35</link>
		<comments>http://blog.catalyst.com/archives/35#comments</comments>
		<pubDate>Tue, 28 Jul 2009 00:12:04 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[SocketTools]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/archives/35</guid>
		<description><![CDATA[Microsoft announced that Windows 7 was released to manufacturing on July 22, 2009 and will be generally available in October. This new version of Windows is essentially an incremental release that builds on the features introduced with Windows Vista, with a focus on increased hardware and software compatibility, improved performance and new, redesigned shell. The [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced that Windows 7 was released to manufacturing on July 22, 2009 and will be generally available in October. This new version of Windows is essentially an incremental release that builds on the features introduced with Windows Vista, with a focus on increased hardware and software compatibility, improved performance and new, redesigned shell. The <a href="http://blogs.msdn.com/e7/" target="_blank">Engineering Windows 7</a> blog at Microsoft has some excellent information about this new version of Windows.<span id="more-35"></span></p>
<p>SocketTools 6.0 is fully compatible with Windows 7 and it is recommended that developers download the current service pack update. For those developers who are using older versions of SocketTools, we recommend upgrading to the current version of SocketTools to ensure compatibility with the Windows 7 operating system. Customers who have purchased the SocketTools Subscription can download the latest version using the download link provided when they purchased the subscription. More information about <a href="http://www.catalyst.com/products/sockettools/whatsnew.html" target="_blank">SocketTools 6.0</a> is available on our website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketTools 5.0 Technical Support</title>
		<link>http://blog.catalyst.com/archives/34</link>
		<comments>http://blog.catalyst.com/archives/34#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:51:33 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[SocketTools]]></category>
		<category><![CDATA[SocketWrench]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/archives/34</guid>
		<description><![CDATA[Technical support for version 5.0 of all SocketTools Editions, all SocketWrench Editions, and the File Transfer and Internet Mail products will officially end on June 30, 2009. It is recommended that those developers who are currently using version 5.0 download the last available build. Links to download the product files can be found in Knowledge [...]]]></description>
			<content:encoded><![CDATA[<p>Technical support for version 5.0 of all SocketTools Editions, all SocketWrench Editions, and the File Transfer and Internet Mail products will officially end on June 30, 2009. It is recommended that those developers who are currently using version 5.0 download the last available build. Links to download the product files can be found in Knowledge Base <a href="http://www.catalyst.com/cgi-bin/knowbase.cgi?action=view&#038;docid=100269" target="_blank">Article 100269</a>. There will be no further updates or hotfixes published for this version of the product.<span id="more-34"></span></p>
<p>If you are currently using version 5.0, you can <a href="http://www.catalyst.com/order/upgrade.html" target="_blank">upgrade to the current version</a> at a discounted price. Version 6.0 is source compatible with version 5.0 and can be installed side-by-side on the same development system. For more information about what&#8217;s new with SocketTools 6.0, please visit our website. If you have any questions, feel free to post in the technical support forum section appropriate for your product.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocketTools 6.0 Service Pack 1</title>
		<link>http://blog.catalyst.com/archives/33</link>
		<comments>http://blog.catalyst.com/archives/33#comments</comments>
		<pubDate>Fri, 27 Mar 2009 19:26:12 +0000</pubDate>
		<dc:creator>Catalyst</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[SocketTools]]></category>

		<guid isPermaLink="false">http://blog.catalyst.com/archives/33</guid>
		<description><![CDATA[SocketTools 6.0 Service Pack 1 (SP1) has been released and offers improved performance and broader SSH server compatibility, along with a number of corrections to various components and libraries. For developers who are currently using version 6.0, this new service pack includes all of the hotfixes and updates made since the original release and is [...]]]></description>
			<content:encoded><![CDATA[<p>SocketTools 6.0 Service Pack 1 (SP1) has been released and offers improved performance and broader SSH server compatibility, along with a number of corrections to various components and libraries. For developers who are currently using version 6.0, this new service pack includes all of the hotfixes and updates made since the original release and is a free download for all registered developers. The most significant change has been made to the SSH and SFTP functionality, addressing a number of issues that were found with third-party commercial SSH servers, as well as some general compatibility problems reported by developers. For more information, please review the <a href="http://www.catalyst.com/products/sockettools/release.html">release notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.catalyst.com/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
