<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sshnet Releases Rss Feed</title><link>http://sshnet.codeplex.com/releases</link><description>sshnet Releases Rss Description</description><item><title>Updated Release: 2013.4.7 (Apr 06, 2013)</title><link>https://sshnet.codeplex.com/releases/view/104648</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add IPAddress as parameter to ForwardedPortRemote&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Breaking changes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Remove not SCP feature of creating directory structure for uploaded files or directories&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Fix the way SCP handling root path&lt;/li&gt;
&lt;li&gt;Fix problem when huge files could be cut off in the middle&lt;/li&gt;
&lt;li&gt;Fix exception handeling when multiple threads share one channel that can cause application hanging&lt;/li&gt;
&lt;li&gt;Fix internal server window size management&lt;/li&gt;
&lt;li&gt;Improve HTTP proxy error handling&lt;/li&gt;
&lt;li&gt;Improve handling of multiple authentication methods&lt;/li&gt;
&lt;li&gt;Fix threading in ShellStream by locking _incoming object when performing Enqueue&lt;/li&gt;
&lt;li&gt;Fix SCP Upload issue.&lt;/li&gt;
&lt;li&gt;Fix so Channel.Close() is not called during dispose phase&lt;/li&gt;
&lt;li&gt;Fix and remove orphan threads when using port forwarding&lt;/li&gt;
&lt;li&gt;Fix thread synchronization issue when uploading files using SCP&lt;/li&gt;
&lt;li&gt;Fix SshAuthenticationException by handling PartialSuccess response and continue authentication process in that case&lt;/li&gt;
&lt;li&gt;Improve thread-safe event handling&lt;/li&gt;
&lt;li&gt;Replace Task.Factory.StartNew with ThreadPool.QueueUserWorkItem&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sat, 06 Apr 2013 17:42:44 GMT</pubDate><guid isPermaLink="false">Updated Release: 2013.4.7 (Apr 06, 2013) 20130406054244P</guid></item><item><title>Released: 2013.4.7 (Apr 06, 2013)</title><link>http://sshnet.codeplex.com/releases/view/104648</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add IPAddress as parameter to ForwardedPortRemote&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Breaking changes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Remove not SCP feature of creating directory structure for uploaded files or directories&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Fix the way SCP handling root path &lt;/li&gt;&lt;li&gt;Fix problem when huge files could be cut off in the middle &lt;/li&gt;&lt;li&gt;Fix exception handeling when multiple threads share one channel that can cause application hanging
&lt;/li&gt;&lt;li&gt;Fix internal server window size management &lt;/li&gt;&lt;li&gt;Improve HTTP proxy error handling &lt;/li&gt;&lt;li&gt;Improve handling of multiple authentication methods &lt;/li&gt;&lt;li&gt;Fix threading in ShellStream by locking _incoming object when performing Enqueue
&lt;/li&gt;&lt;li&gt;Fix SCP Upload issue. &lt;/li&gt;&lt;li&gt;Fix so Channel.Close() is not called during dispose phase &lt;/li&gt;&lt;li&gt;Fix and remove orphan threads when using port forwarding &lt;/li&gt;&lt;li&gt;Fix thread synchronization issue when uploading files using SCP &lt;/li&gt;&lt;li&gt;Fix SshAuthenticationException by handling PartialSuccess response and continue authentication process in that case
&lt;/li&gt;&lt;li&gt;Improve thread-safe event handling &lt;/li&gt;&lt;li&gt;Replace Task.Factory.StartNew with ThreadPool.QueueUserWorkItem&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 06 Apr 2013 17:42:44 GMT</pubDate><guid isPermaLink="false">Released: 2013.4.7 (Apr 06, 2013) 20130406054244P</guid></item><item><title>Updated Release: 2013.1.27 (Jan 27, 2013)</title><link>http://sshnet.codeplex.com/releases/view/100968</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for arcfour cipher and hmac-ripemd160 algorithms&lt;/li&gt;
&lt;li&gt;Add support for twofish cipher&lt;/li&gt;
&lt;li&gt;Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96&lt;/li&gt;
&lt;li&gt;Add IsUploadCanceled and IsDownloadCanceled properties to allow cancellation of long running operations&lt;/li&gt;
&lt;li&gt;Add Encoding property to ConnectionInfo to specify what encoding to use for current session.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Fix SCP hanging when downloading single file into directory&lt;/li&gt;
&lt;li&gt;Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed&lt;/li&gt;
&lt;li&gt;Ensure Channel Close message is sent only once&lt;/li&gt;
&lt;li&gt;Better test for socket connectivity&lt;/li&gt;
&lt;li&gt;Update AssmeblyInformation to include library version number&lt;/li&gt;
&lt;li&gt;Fix ScpClient upload to allow path to include sub directories&lt;/li&gt;
&lt;li&gt;Fix SftpFileStream corrupting data on upload&lt;/li&gt;
&lt;li&gt;Fix to ensure all forwarded ports are removed when client disconnects so it could be reused later&lt;/li&gt;
&lt;li&gt;Fix exception being thrown when SFTP client downloads multiple files in parallel&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 27 Jan 2013 14:32:30 GMT</pubDate><guid isPermaLink="false">Updated Release: 2013.1.27 (Jan 27, 2013) 20130127023230P</guid></item><item><title>Released: 2013.1.27 (Jan 27, 2013)</title><link>http://sshnet.codeplex.com/releases/view/100968</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add support for arcfour cipher and hmac-ripemd160 algorithms &lt;/li&gt;&lt;li&gt;Add support for twofish cipher &lt;/li&gt;&lt;li&gt;Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
&lt;/li&gt;&lt;li&gt;Add IsUploadCanceled and IsDownloadCanceled properties to allow cancellation of long running operations
&lt;/li&gt;&lt;li&gt;Add Encoding property to ConnectionInfo to specify what encoding to use for current session.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Fix SCP hanging when downloading single file into directory &lt;/li&gt;&lt;li&gt;Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed
&lt;/li&gt;&lt;li&gt;Ensure Channel Close message is sent only once &lt;/li&gt;&lt;li&gt;Better test for socket connectivity &lt;/li&gt;&lt;li&gt;Update AssmeblyInformation to include library version number &lt;/li&gt;&lt;li&gt;Fix ScpClient upload to allow path to include sub directories &lt;/li&gt;&lt;li&gt;Fix SftpFileStream corrupting data on upload &lt;/li&gt;&lt;li&gt;Fix to ensure all forwarded ports are removed when client disconnects so it could be reused later
&lt;/li&gt;&lt;li&gt;Fix exception being thrown when SFTP client downloads multiple files in parallel&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 27 Jan 2013 14:32:30 GMT</pubDate><guid isPermaLink="false">Released: 2013.1.27 (Jan 27, 2013) 20130127023230P</guid></item><item><title>Updated Release: 2013.1.27 (Jan 26, 2013)</title><link>http://sshnet.codeplex.com/releases/view/100968</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for arcfour cipher and hmac-ripemd160 algorithms&lt;/li&gt;
&lt;li&gt;Add support for twofish cipher&lt;/li&gt;
&lt;li&gt;Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96&lt;/li&gt;
&lt;li&gt;Add IsUploadCanceled and IsDownloadCanceled properties to allow cancellation of long running operations&lt;/li&gt;
&lt;li&gt;Add Encoding property to ConnectionInfo to specify what encoding to use for current session.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Fix SCP hanging when downloading single file into directory&lt;/li&gt;
&lt;li&gt;Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed&lt;/li&gt;
&lt;li&gt;Ensure Channel Close message is sent only once&lt;/li&gt;
&lt;li&gt;Better test for socket connectivity&lt;/li&gt;
&lt;li&gt;Update AssmeblyInformation to include library version number&lt;/li&gt;
&lt;li&gt;Fix ScpClient upload to allow path to include sub directories&lt;/li&gt;
&lt;li&gt;Fix SftpFileStream corrupting data on upload&lt;/li&gt;
&lt;li&gt;Fix to ensure all forwarded ports are removed when client disconnects so it could be reused later&lt;/li&gt;
&lt;li&gt;Fix exception being thrown when SFTP client downloads multiple files in parallel&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 27 Jan 2013 01:48:56 GMT</pubDate><guid isPermaLink="false">Updated Release: 2013.1.27 (Jan 26, 2013) 20130127014856A</guid></item><item><title>Released: 2013.1.27 (Jan 26, 2013)</title><link>http://sshnet.codeplex.com/releases/view/100968</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add support for arcfour cipher and hmac-ripemd160 algorithms &lt;/li&gt;&lt;li&gt;Add support for twofish cipher &lt;/li&gt;&lt;li&gt;Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
&lt;/li&gt;&lt;li&gt;Add IsUploadCanceled and IsDownloadCanceled properties to allow cancellation of long running operations
&lt;/li&gt;&lt;li&gt;Add Encoding property to ConnectionInfo to specify what encoding to use for current session.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Fix SCP hanging when downloading single file into directory &lt;/li&gt;&lt;li&gt;Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed
&lt;/li&gt;&lt;li&gt;Ensure Channel Close message is sent only once &lt;/li&gt;&lt;li&gt;Better test for socket connectivity &lt;/li&gt;&lt;li&gt;Update AssmeblyInformation to include library version number &lt;/li&gt;&lt;li&gt;Fix ScpClient upload to allow path to include sub directories &lt;/li&gt;&lt;li&gt;Fix SftpFileStream corrupting data on upload &lt;/li&gt;&lt;li&gt;Fix to ensure all forwarded ports are removed when client disconnects so it could be reused later
&lt;/li&gt;&lt;li&gt;Fix exception being thrown when SFTP client downloads multiple files in parallel&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 27 Jan 2013 01:48:56 GMT</pubDate><guid isPermaLink="false">Released: 2013.1.27 (Jan 26, 2013) 20130127014856A</guid></item><item><title>Updated Release: 2013.1.8 (Jan 08, 2013)</title><link>http://sshnet.codeplex.com/releases/view/99783</link><description>&lt;div class="wikidoc"&gt;This release provides mainly more fixes from &lt;a href="http://sshnet.codeplex.com/releases/view/99376"&gt;2012.12.21&lt;/a&gt; release.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add ability to specify terminal modes for Shell terminal&lt;/li&gt;
&lt;li&gt;Add BeginExpect methods to ShellStream&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add locking in ShellStream Read function&lt;/li&gt;
&lt;li&gt;Add HostKeyName property to HostKeyEventArgs&lt;/li&gt;
&lt;li&gt;Refactor RequestWrite method to write one block at a time&lt;/li&gt;
&lt;li&gt;Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomplete data to be written&lt;/li&gt;
&lt;li&gt;Restrict SftpFileStream buffer size to maximum of 16KB.&lt;/li&gt;
&lt;li&gt;Add ability to specify password as byte array which can be cleaned up later for security reasons&lt;/li&gt;
&lt;li&gt;Fix to update SftpUploadAsyncResult with actual number of bytes that was already written to the server&lt;/li&gt;
&lt;li&gt;Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress&lt;/li&gt;
&lt;li&gt;Fix handling of SftpFileAttributes so only attributes that changed will be updated&lt;/li&gt;
&lt;li&gt;Fix SocketReadLine for Silverlight version to support multiple lines&lt;/li&gt;
&lt;li&gt;Improve IsSocketConnected to determine wheither client is connected or not&lt;/li&gt;
&lt;li&gt;Fix Shell support in Silverlight and WindowsPhone applications&lt;/li&gt;
&lt;li&gt;Fix synchronization issue in ShellStream reading&lt;/li&gt;
&lt;li&gt;Handle channel closed message by SubsystemSession class to prevent hanging situation when channel cannot be open&lt;/li&gt;
&lt;li&gt;Ensure Queue.Dequeue operation is called only when data still availalbe in queue&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Tue, 08 Jan 2013 17:47:07 GMT</pubDate><guid isPermaLink="false">Updated Release: 2013.1.8 (Jan 08, 2013) 20130108054707P</guid></item><item><title>Released: 2013.1.8 (Jan 08, 2013)</title><link>http://sshnet.codeplex.com/releases/view/99783</link><description>
&lt;div class="wikidoc"&gt;This release provides mainly more fixes from &lt;a href="http://sshnet.codeplex.com/releases/view/99376"&gt;
2012.12.21&lt;/a&gt; release.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add ability to specify terminal modes for Shell terminal &lt;/li&gt;&lt;li&gt;Add BeginExpect methods to ShellStream&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add locking in ShellStream Read function &lt;/li&gt;&lt;li&gt;Add HostKeyName property to HostKeyEventArgs &lt;/li&gt;&lt;li&gt;Refactor RequestWrite method to write one block at a time &lt;/li&gt;&lt;li&gt;Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomplete data to be written
&lt;/li&gt;&lt;li&gt;Restrict SftpFileStream buffer size to maximum of 16KB. &lt;/li&gt;&lt;li&gt;Add ability to specify password as byte array which can be cleaned up later for security reasons
&lt;/li&gt;&lt;li&gt;Fix to update SftpUploadAsyncResult with actual number of bytes that was already written to the server
&lt;/li&gt;&lt;li&gt;Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress
&lt;/li&gt;&lt;li&gt;Fix handling of SftpFileAttributes so only attributes that changed will be updated
&lt;/li&gt;&lt;li&gt;Fix SocketReadLine for Silverlight version to support multiple lines &lt;/li&gt;&lt;li&gt;Improve IsSocketConnected to determine wheither client is connected or not &lt;/li&gt;&lt;li&gt;Fix Shell support in Silverlight and WindowsPhone applications &lt;/li&gt;&lt;li&gt;Fix synchronization issue in ShellStream reading &lt;/li&gt;&lt;li&gt;Handle channel closed message by SubsystemSession class to prevent hanging situation when channel cannot be open
&lt;/li&gt;&lt;li&gt;Ensure Queue.Dequeue operation is called only when data still availalbe in queue&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 08 Jan 2013 17:47:06 GMT</pubDate><guid isPermaLink="false">Released: 2013.1.8 (Jan 08, 2013) 20130108054706P</guid></item><item><title>Updated Release: 2012.12.21 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;
&lt;li&gt;Add experimental support for Silverlight5 and WindowsPhone8 projects&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;
&lt;li&gt;Remove -q flag from SCP commands to avoid crush on systems that do not support this flag&lt;/li&gt;
&lt;li&gt;Fix synchronization exception introduced in previous release&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:52:29 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.21 (Dec 20, 2012) 20121221045229A</guid></item><item><title>Released: 2012.12.21 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>
&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys. &lt;/li&gt;&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.
&lt;/li&gt;&lt;li&gt;Add experimental support for Silverlight5 and WindowsPhone8 projects&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Increase private key file line size to from 76 to 80 &lt;/li&gt;&lt;li&gt;Fix PortForwarding clean up and closing connection &lt;/li&gt;&lt;li&gt;Fix partial authentication &lt;/li&gt;&lt;li&gt;Resolved issue with binding local address to 0.0.0.0 &lt;/li&gt;&lt;li&gt;Fix several hang issues &lt;/li&gt;&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size. &lt;/li&gt;&lt;li&gt;Fix SCP to use folder/name when coping files to remote server &lt;/li&gt;&lt;li&gt;Fix NetConf to allow support of multiple chunks. &lt;/li&gt;&lt;li&gt;Remove -q flag from SCP commands to avoid crush on systems that do not support this flag
&lt;/li&gt;&lt;li&gt;Fix synchronization exception introduced in previous release&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 21 Dec 2012 04:52:29 GMT</pubDate><guid isPermaLink="false">Released: 2012.12.21 (Dec 20, 2012) 20121221045229A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:49:57 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044957A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:49:23 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044923A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:48:23 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044823A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:47:10 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044710A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:46:33 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044633A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:46:02 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044602A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:45:15 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221044515A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:37:42 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221043742A</guid></item><item><title>Released: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>
&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys. &lt;/li&gt;&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Increase private key file line size to from 76 to 80 &lt;/li&gt;&lt;li&gt;Fix PortForwarding clean up and closing connection &lt;/li&gt;&lt;li&gt;Fix partial authentication &lt;/li&gt;&lt;li&gt;Resolved issue with binding local address to 0.0.0.0 &lt;/li&gt;&lt;li&gt;Fix several hang issues &lt;/li&gt;&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size. &lt;/li&gt;&lt;li&gt;Fix SCP to use folder/name when coping files to remote server &lt;/li&gt;&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 21 Dec 2012 04:37:42 GMT</pubDate><guid isPermaLink="false">Released: 2012.12.20 (Dec 20, 2012) 20121221043742A</guid></item><item><title>Updated Release: 2012.12.20 (Dec 20, 2012)</title><link>http://sshnet.codeplex.com/releases/view/99376</link><description>&lt;div class="wikidoc"&gt;This release provides mostly fixes to many issues reported by users and application of sever patches.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys.&lt;/li&gt;
&lt;li&gt;Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Fixes&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Increase private key file line size to from 76 to 80&lt;/li&gt;
&lt;li&gt;Fix PortForwarding clean up and closing connection&lt;/li&gt;
&lt;li&gt;Fix partial authentication&lt;/li&gt;
&lt;li&gt;Resolved issue with binding local address to 0.0.0.0&lt;/li&gt;
&lt;li&gt;Fix several hang issues&lt;/li&gt;
&lt;li&gt;Change default buffer size to 16KB to avoid hitting maximum package size.&lt;/li&gt;
&lt;li&gt;Fix SCP to use folder/name when coping files to remote server&lt;/li&gt;
&lt;li&gt;Fix NetConf to allow support of multiple chunks.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Fri, 21 Dec 2012 04:37:18 GMT</pubDate><guid isPermaLink="false">Updated Release: 2012.12.20 (Dec 20, 2012) 20121221043718A</guid></item></channel></rss>