<PackageReference Include="SSH.NET" Version="2013.1.27" />

SSH.NET 2013.1.27

This project was inspired by Sharp.SSH library which was ported from Java. This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get. SSH.NET supports .NET 3.5, 4.0, Silverlight 4.0, Silverlight 5.0, Windows Phone 7 and Windows Phone 8.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>SSH.NET</id>
    <version>2013.1.27</version>
    <title>SSH.NET</title>
    <authors>Renci</authors>
    <owners>olegkap</owners>
    <licenseUrl>http://sshnet.codeplex.com/license</licenseUrl>
    <projectUrl>http://sshnet.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This project was inspired by Sharp.SSH library which was ported from Java.  This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get.  SSH.NET supports .NET 3.5, 4.0, Silverlight 4.0, Silverlight 5.0, Windows Phone 7 and Windows Phone 8.</description>
    <releaseNotes>New Features

    Add ability to specify terminal modes for Shell terminal
    Add BeginExpect methods to ShellStream


Fixes

    Add locking in ShellStream Read function
    Add HostKeyName property to HostKeyEventArgs
    Refactor RequestWrite method to write one block at a time
    Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomplete data to be written
    Restrict SftpFileStream buffer size to maximum of 16KB.
    Add ability to specify password as byte array which can be cleaned up later for security reasons
    Fix to update SftpUploadAsyncResult with actual number of bytes that was already written to the server
    Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress
    Fix handling of SftpFileAttributes so only attributes that changed will be updated
    Fix SocketReadLine for Silverlight version to support multiple lines
    Improve IsSocketConnected to determine wheither client is connected or not
    Fix Shell support in Silverlight and WindowsPhone applications
    Fix synchronization issue in ShellStream reading
    Handle channel closed message by SubsystemSession class to prevent hanging situation when channel cannot be open
    Ensure Queue.Dequeue operation is called only when data still availalbe in queue</releaseNotes>
    <copyright>2013, RENCI</copyright>
    <language>en-US</language>
    <tags>ssh .net40 sftp .net35 wp7 wp71 wp8 silverlight windowsphone</tags>
  </metadata>
</package>