This is a mirror of official site: http://jasper-net.blogspot.com/

SSH.NET Library

| Monday, October 25, 2010
Project Description
SSH.NET is client library to connect to SSH servers written in C# with multitasking support.

This project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time.

I wanted to address some issues in this library.

1. To avoid any third party dependencies other then .NET.
2. To utilize parallelism as much as possible, therefore this library runs on .NET 4.0.
3. To allow work in multithreaded environment

Currently supports command execution and SFTP operation only.

Read more: Codeplex

Posted via email from .NET Info

0 comments: