Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SSH.NET

Proide a Secure Shell (SSH) library for .NET, optimized for parallelism
Collective - Host: opensource - https://opencollective.com/sshnet - Code: https://github.com/sshnet

Refactor SFTP to prepare for multiple SFTP version support and add suport for versions 0 thru 3

github.com/sshnet/SSH.NET - 44b447afc4cabb83d9c68f8a3435861ec5ba25aa authored almost 12 years ago by olegkap_cp <[email protected]>
Refactor key exchange and add new KeyExchangeDiffieHellmanGroupSha1 base class for easy extenstion to new new groups

Add new StatusCodes to SFTP for possible future support

github.com/sshnet/SSH.NET - 086936aa6b3fa085ff12f1df34ec73f73a01abf8 authored almost 12 years ago by olegkap_cp <[email protected]>
Fix handling of SftpFileAttributes

Now only attributes that changed will be updated
Fix error with changing permission for directory

github.com/sshnet/SSH.NET - cd3b0ca17aaf29336d6afeb62a437a468164da2e authored almost 12 years ago by olegkap_cp <[email protected]>
Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress

github.com/sshnet/SSH.NET - c9ae7f44fd1bc7e66fe6eb5a394b3005971272eb authored almost 12 years ago by olegkap_cp <[email protected]>
Refactor InternalUploadFile

Update SftpUploadAsyncResult with actual number of bytes that was already written to the server

github.com/sshnet/SSH.NET - 0124ab2fee0a4a837a647465e9f0d3e4690702a5 authored almost 12 years ago by olegkap_cp <[email protected]>
Refactor WaitAny handle

Add ability to specify password as byte array which can be cleaned up later for security reasons

github.com/sshnet/SSH.NET - 9125534cff03e10c7de5b79464f8b705ed36eb6f authored almost 12 years ago by olegkap_cp <[email protected]>
Refactor RequestWrite method to write one block at a time

Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomp...

github.com/sshnet/SSH.NET - 6852e6d2a975114afa9c73270b1e9b883975712b authored almost 12 years ago by olegkap_cp <[email protected]>
Add HostKeyName property to HostKeyEventArgs

github.com/sshnet/SSH.NET - 78634e3b1cb5afcd6ec4fc1f656101abb994ed70 authored about 12 years ago by olegkap_cp <[email protected]>
Add locking in ShellStream Read function

github.com/sshnet/SSH.NET - 58c0a23fa905b458d12efec772aa2db950898070 authored about 12 years ago by olegkap_cp <[email protected]>
Fix synchronization exception

github.com/sshnet/SSH.NET - 9dbd001badfed3b6237f5973b91af30b12ac8744 authored about 12 years ago by olegkap_cp <[email protected]>
Remove -q flag from SCP commands to avoid crush on systems that do not support it

github.com/sshnet/SSH.NET - db3244a3f98a7cfae7f2ec52951cd9594dccb38b authored about 12 years ago by olegkap_cp <[email protected]>
Add Silverlight5 and WindowsPhone8 projects

github.com/sshnet/SSH.NET - 55eb9bfc4b0e72968663d1b7091ae998b4c5c11c authored about 12 years ago by olegkap_cp <[email protected]>
Fix cleanup of SftpFileStream.

github.com/sshnet/SSH.NET - ef584b16f69830d42b65bdf67befcb0b5cbef8e3 authored about 12 years ago by olegkap_cp <[email protected]>
Fix socket locker to different object since socket can become null at some point

Apply 12489 patch

github.com/sshnet/SSH.NET - 43358247a5e3df1e8c7c1ba523574da52ac89d45 authored about 12 years ago by olegkap_cp <[email protected]>
Add Support for SFTP [email protected] and [email protected] requests

Partially apply 12705 patch

github.com/sshnet/SSH.NET - e738ebfb1ed1406e8d390d1bff9c7617b99b8c14 authored about 12 years ago by olegkap_cp <[email protected]>
Support multiple chunks in NetConf.

Apply 13499 Patch

github.com/sshnet/SSH.NET - 2e400ef632055b8f07ce4424c356a223425db5e4 authored about 12 years ago by olegkap_cp <[email protected]>
Fix channel cleanup when disposed.

github.com/sshnet/SSH.NET - f08c14e0f6531fc6dc747b661d37563c87b832e7 authored about 12 years ago by olegkap_cp <[email protected]>
Fix SCP to allow specify folder/path as destination when coping files

github.com/sshnet/SSH.NET - d8fbf2c81b04a90f7afc0533d6e72faeefed0b82 authored about 12 years ago by olegkap_cp <[email protected]>
Code Cleanup

github.com/sshnet/SSH.NET - 09763a591ea8adda3eb52d674f1929d5d3030e61 authored about 12 years ago by olegkap_cp <[email protected]>
Fix AES-256-CBC SSH private key decryption

Restore silverlight compatibility

github.com/sshnet/SSH.NET - 41bb6920d06da09f64a9ae44d3d2016d34585fa8 authored about 12 years ago by olegkap_cp <[email protected]>
Change default buffer size from maximum allowed to 16KB to avoid several buffer related errors

github.com/sshnet/SSH.NET - d551995eb66e77827f83c28d22ca26a42d0e72bc authored about 12 years ago by olegkap_cp <[email protected]>
Throw an exception if connection could not be established

github.com/sshnet/SSH.NET - 67c90147df2d8672b565cddbbe60fb3c2519a8bd authored about 12 years ago by olegkap_cp <[email protected]>
Fix ShellStream Expect method that causes application to hang

github.com/sshnet/SSH.NET - d0241f5853ff6d5c83ce386a4d5ce5df2c430e5c authored about 12 years ago by olegkap_cp <[email protected]>
Throw SshOperationTimeoutException when reading from the socket takes long time

github.com/sshnet/SSH.NET - 53a02ed5debc1823f9119e245332cd852c754b34 authored about 12 years ago by olegkap_cp <[email protected]>
Apply 13061 patch

github.com/sshnet/SSH.NET - 702af15a590e971390e33f818904a071d435d1bd authored about 12 years ago by olegkap_cp <[email protected]>
PortForwarding minor changes

Apply 13243 with minor changes

github.com/sshnet/SSH.NET - ba392097238dfe24bbd24008842d9e0187dce728 authored about 12 years ago by olegkap_cp <[email protected]>
Restore usage of SVN for some projects

github.com/sshnet/SSH.NET - b0c5dc5ff1a5fae716151d338aaa35cff8b17b3f authored about 12 years ago by olegkap_cp <[email protected]>
SynchronizeDirectories refactoring and other minor changes

github.com/sshnet/SSH.NET - a89085dc5a7b0bb2cd97e877a0eb992f4d99f02c authored about 12 years ago by olegkap_cp <[email protected]>
Fix partial authentication error

github.com/sshnet/SSH.NET - 552a9f0cc3b4fc444c7cfebd93d942cc3e30d35f authored about 12 years ago by olegkap_cp <[email protected]>
Improve PortForwarding and disconnect

github.com/sshnet/SSH.NET - d89e0e055e70ad1e6db4a973186ba562b4173b6f authored about 12 years ago by olegkap_cp <[email protected]>
Increase private key file line size to from 76 to 80 to support amazon keys

github.com/sshnet/SSH.NET - 6d91b38cae6aa8dcf8328b12a1feeaf25ead2ec6 authored about 12 years ago by olegkap_cp <[email protected]>
Incorporate changes made by da_rinkes

Add support for AES-128-CBC, AES-192-CBC and AES-256-CBC encrypted keys

github.com/sshnet/SSH.NET - eccad7648fa4a2fce51d3a8a29d538fd9c730103 authored about 12 years ago by olegkap_cp <[email protected]>
1. Compare the specified local directory and destination directory.

2. Upload the difference from the local directory to destination directory.

github.com/sshnet/SSH.NET - 39b3df8453d3f50a798495cd0505de8c774e5052 authored about 12 years ago by diehardvn_cp <SND\diehardvn_cp>
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

github.com/sshnet/SSH.NET - 0bbeb3e32b70d0baf68c58f078d6e0a696f285b2 authored about 12 years ago by [TFS11]\Project Collection Service Accounts <vstfs:///Framework/IdentityDomain/91bfc952-fec6-4be4-b192-9eb3b8389945\Project Collection Service Accounts>
Checked in by server upgrade

github.com/sshnet/SSH.NET - 4f4cf9cecb44286414eadd351c1c7c6af85aa106 authored about 12 years ago by [TFS11]\Project Collection Service Accounts <vstfs:///Framework/IdentityDomain/91bfc952-fec6-4be4-b192-9eb3b8389945\Project Collection Service Accounts>
Wrapped re-thrown exception into SshException(ex.Message, ex).

github.com/sshnet/SSH.NET - 2a63e560e7b7b6814b16d9005a632e1da3cf60cd authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added test placeholder for users having problems with GlobalSCAPE Secure FTP Server.

github.com/sshnet/SSH.NET - b97462ff45feef722011742b933964afff86dd81 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Change default buffer size from 1024 * 32 - 38 to 1024 * 32 - 52

github.com/sshnet/SSH.NET - 7332af534ccc8903754ec25718b55173873aa36d authored over 12 years ago by olegkap_cp <[email protected]>
Fix for PrivateKeyFile constructor locks file unnecessarily

github.com/sshnet/SSH.NET - bf2e1521e0cb1f0718ffc89502271069af57a163 authored over 12 years ago by olegkap_cp <[email protected]>
Added a comment regarding exception thrown when local socket is dead, as it shows up as first-chance exception in the output window.

github.com/sshnet/SSH.NET - cca71cb6729039cc805e8f657ca093134e70ef9e authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Preliminary test for DerData.cs

github.com/sshnet/SSH.NET - 5741c0c19877eb4a97ea65a847dd50661f2eb0e6 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fix SocketReadLine to handle case when server starts and only 0 are returned

github.com/sshnet/SSH.NET - 692ec031848b8465806f8649fd63c6d48ec8e028 authored over 12 years ago by olegkap_cp <[email protected]>
Fix for server drops connection

github.com/sshnet/SSH.NET - 5de39cb104198f79d0a3cde7b8254102c0ad0e2f authored over 12 years ago by olegkap_cp <[email protected]>
Fix GlobalRequestMessage to be able to handle other custom messages

github.com/sshnet/SSH.NET - b1af0fc92b40113bdc5a26aab5b92a4068858b69 authored over 12 years ago by olegkap_cp <[email protected]>
Update Renci.SshNet.Tests.NET35 project to split .NET40 specific test into seperate file which will be compile in .NET 4.0 only

github.com/sshnet/SSH.NET - 729ce19b6bbe794539de6627352050e6e4c91300 authored over 12 years ago by olegkap_cp <[email protected]>
Enclode filename in quotes for SCP operation as recomended

github.com/sshnet/SSH.NET - 72df8fad29a27052e43ffcd0cfd00810d59d85aa authored over 12 years ago by olegkap_cp <[email protected]>
Dont handle sessiosn events if object being disposed (missed SshCommand class)

github.com/sshnet/SSH.NET - 82df302b478d7ac7ad5c15f97d6a18e2c7b1875f authored over 12 years ago by olegkap_cp <[email protected]>
Dont handle sessiosn events if object being disposed

github.com/sshnet/SSH.NET - 0896f4acdfee830d9bdfdd3f6ce4e59acac54179 authored over 12 years ago by olegkap_cp <[email protected]>
Fix IsConnected property behaviour

Fix SocketReadLine if 0 bytes received

github.com/sshnet/SSH.NET - 908321c5027008dce1c1fe18f230099342a9112e authored over 12 years ago by olegkap_cp <[email protected]>
When ChannelDirectTcpip Close method is called, make sure Socket is closed too.

github.com/sshnet/SSH.NET - 3581389dd63b02e3e6843f2ad275e649575ad140 authored over 12 years ago by olegkap_cp <[email protected]>
Ensure only one SSH_MSG_CHANNEL_CLOSE message per channel is sent

github.com/sshnet/SSH.NET - 7fd452a6789f9a63d66c9eeb1b21e163db179912 authored over 12 years ago by olegkap_cp <[email protected]>
Add support for SSH2 ENCRYPTED keys (encrypted SSH2 keys not yet supported)

github.com/sshnet/SSH.NET - 9f521bd66b02c050c0ed6e94ce7c5ead72cab10b authored over 12 years ago by olegkap_cp <[email protected]>
Add timeout to expect functions

github.com/sshnet/SSH.NET - 1d9a223d246ac56b8bad03a103dc56fbbb88e7f0 authored over 12 years ago by olegkap_cp <[email protected]>
Missed a reference to Renci.SshNet.content!

github.com/sshnet/SSH.NET - 5bc788f3c8c4cb5e5f9826dfea3dbb58dc643279 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Renamed Renci.SshClient.content to Renci.SshNet.content.

Renamed SshClient.shfbproj to SshNet.shfbproj.
Updated references in Renci.SshNet.csproj.

github.com/sshnet/SSH.NET - 91c57873a26aa4786160fca24fbca8832803339a authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Removed some entries caused error for Sandcastle.

github.com/sshnet/SSH.NET - 3c11effb803c125e11e3760e059025f345cdb9b6 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Add timeout for some waiting operations

github.com/sshnet/SSH.NET - 184963f8c53923fa6043f7c30e45668b2a6e6155 authored over 12 years ago by olegkap_cp <[email protected]>
Updated documentation for exceptions.

github.com/sshnet/SSH.NET - af05714f97e2d14a2ad820b54292141eb2544008 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added test cases for SOCKS4, SOCKS5 an HTTP proxies for SftpClient and SshClient.

github.com/sshnet/SSH.NET - cefb74bf1e12e48d988441bfc9716e7b0cc24de2 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fixed BUG from revision 16218. Changed ConnectionInfo so if ProxyType is set to None, constructor will not validate proxy parameters (host, port specifically), and when set to ProxyType.None, host, username and password is set to null in the other constructors - instead of string.Empty.

Added test, and special notes for Workitem 1140: SftpClient.IsConnected property does not get set...

github.com/sshnet/SSH.NET - 3be0eaf09b1c51728b9cdd0a4b301493e52cd54f authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Fixed a bunch of comment Warnings. Left Zlib and NetConfClient as is for now.

github.com/sshnet/SSH.NET - df25d5ace07088da33f0a8ebf01a4f802c7b1d9e authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor.

Added alot of documentation.
Added alot of parameter checks.
Added alot of tests.

github.com/sshnet/SSH.NET - 25816b1dd701d9645ab0efc53f44e1eeb13a02b8 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added parameter check and documentation for ScpClient.Download(string,Stream).

github.com/sshnet/SSH.NET - b81427b86b93430a9255b2031d007409373004f0 authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Added valid 'authorized_keys' file for those who want to verify the key exchange works.

github.com/sshnet/SSH.NET - ea12efff5b5e37ee8df38388b6e06e94953c07fb authored over 12 years ago by Kenneth_aa_cp <SND\Kenneth_aa_cp>
Add ServerVersion and ClientVersion to the ConnectionInfo

github.com/sshnet/SSH.NET - 8ac242d197f077295afc3931ac1c0984fabe4adb authored over 12 years ago by olegkap_cp <[email protected]>
Fix ReadUInt64

github.com/sshnet/SSH.NET - fb2e907d73c4900f261f5c6272994dc1c41d99ed authored over 12 years ago by olegkap_cp <[email protected]>
Add KeyLength property to HostKeyEventArgs

github.com/sshnet/SSH.NET - 08aaf634c3d37ba7379aca2fb5ccb4cbb0cc6d56 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine to be able to read empty line

Add support for HTTP Proxy
Improve support for multiple authencation methods

github.com/sshnet/SSH.NET - 628ce8bb37929fca59a69f10ea26ed272a9180f6 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix authentication constructors

Provide more ConnectionInfo default constructors.

github.com/sshnet/SSH.NET - 3f1fef6faa2c4fdd08adcfa7932eab01e9239be8 authored almost 13 years ago by olegkap_cp <[email protected]>
Add support for multiple authentication methods

Minor comment fixes

github.com/sshnet/SSH.NET - bc2fb5bedca004b5e12ce15e5b7872d36cafe7ee authored almost 13 years ago by olegkap_cp <[email protected]>
Make placeholders for HTTP proxy support

Fix compilation error for Silverlight and WindowsPhone

github.com/sshnet/SSH.NET - 62ae94d39aeb514591c23b28a50d7fc7bd551b2a authored almost 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine from previouse checkin

github.com/sshnet/SSH.NET - 432d64093004a0845e7ad169092a48e265c82f29 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix paddedBlock calculation

github.com/sshnet/SSH.NET - 8d3ae9cede3dd8946f15aad36ffabcd345456e5d authored almost 13 years ago by olegkap_cp <[email protected]>
Fix Regex for private keys to accept keys with longer lines (for example Amazon services)

github.com/sshnet/SSH.NET - d2eeca4d6d51479e3b899e6e88f16868dac19dbc authored almost 13 years ago by olegkap_cp <[email protected]>
Improve ShellStream to behave like a regular Stream

github.com/sshnet/SSH.NET - 9ea9564e4b86f4091d8be8da9b259bf187b6ab26 authored almost 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine to read only required information

github.com/sshnet/SSH.NET - 98c64c4d9a9c25a00acc5b5490b8f53590181a2d authored almost 13 years ago by olegkap_cp <[email protected]>
Refactor ShellStream

Add Expect functionality
For usage examples see: http://sshnet.codeplex.com/discussions/301739

github.com/sshnet/SSH.NET - 08bf2949586f79432ab9d8c79bfcb999ae56f6ca authored almost 13 years ago by olegkap_cp <[email protected]>
Changed a bunch of things around, seems to function as intended.

Need to (re)add support for enforcing a buffer limit and perahps a line timeout.

github.com/sshnet/SSH.NET - 6b3e11b24bea36c4bc374b0383aedd525ebf41a5 authored almost 13 years ago by GiantJunkBox_cp <SND\GiantJunkBox_cp>
Fews other Dispose to Clear changes for Mono support

github.com/sshnet/SSH.NET - 9030a146a335046624f69f864c09a5529d27886d authored almost 13 years ago by olegkap_cp <[email protected]>
Intoroduce TerminalModes enum and ability to provide it when creating shell

Replace Dispose call with Clear to make it compilabel under mono
Add Expect function to ShellStre...

github.com/sshnet/SSH.NET - 3731cb3445e583d19a06fab71415eb5946893e31 authored almost 13 years ago by olegkap_cp <[email protected]>
Ensure random number generation doesnt go into infinite loop

github.com/sshnet/SSH.NET - f27e8e19c7e2b1e316aa90351d8e9aa67a5e38d7 authored almost 13 years ago by olegkap_cp <[email protected]>
Replace Dispose with Clear to make it compilable in Mono

Fix posible memory leak in HMac

github.com/sshnet/SSH.NET - 9f82f4bb4d6c47da160853288d771f1c32f937ec authored almost 13 years ago by olegkap_cp <[email protected]>
Switch to Subversion

github.com/sshnet/SSH.NET - 0203a453b0ee41a46a886726afa9b3d4c65fb85a authored almost 13 years ago by olegkap_cp <[email protected]>
Add CreateShellStream method and ShellStream class to work with shells

Make aes256-ctr encryption to be default one

github.com/sshnet/SSH.NET - 4cce9425cb57ad1963b88042b97cbcd0fe5aca6a authored almost 13 years ago by olegkap_cp <[email protected]>
Fix WindowAdjusment for SCP and SFTP

Fix Key regeneration
Minor comments and other fixes
Add Current* properties to ConnectionInfo ob...

github.com/sshnet/SSH.NET - f8faabddda5b04d224837c94f50864d717cbea1b authored almost 13 years ago by olegkap_cp <[email protected]>
Fix null buffers when using proxy to connect

github.com/sshnet/SSH.NET - 307491da2d61ce3265193f8f4862d362edb06d85 authored almost 13 years ago by olegkap_cp <[email protected]>
Refactor PortForwarding

Fix ChannelDirectTcpip clean up after socket is close by remote host
Add ForwardedPortDynamic to ...

github.com/sshnet/SSH.NET - cfa1a7028b3abaebab5ca69c74a168632adcc65f authored almost 13 years ago by olegkap_cp <[email protected]>
Remove quotes when using SCP to download or upload

github.com/sshnet/SSH.NET - 81b9e21b8f90e12e880dd900786a5f436ba465a7 authored almost 13 years ago by olegkap_cp <[email protected]>
Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server.

For silverlight only IP address can be used for server address when using proxy.
Usage example:
...

github.com/sshnet/SSH.NET - e435bd2300b04cc5238fe9cda1bb29e849eac623 authored almost 13 years ago by olegkap_cp <[email protected]>
Replace some documention source file (not finished yet)

github.com/sshnet/SSH.NET - 746b4796fa37450f1f0315de7c122740d76321a5 authored almost 13 years ago by olegkap_cp <[email protected]>
Refactor SftpMessage to work with WindowsPhone correctly

Clean up unused code

github.com/sshnet/SSH.NET - 50c8b3c6f227848bbccd4f9d315c8e74319f8814 authored about 13 years ago by olegkap_cp <[email protected]>
Add PipeStreamTest

Add SuppressMessage to some methods
Fix broken Test_Connect_Then_Reconnect test

github.com/sshnet/SSH.NET - efa9d91f196dd4d1557e567e11b56e0f50f44509 authored about 13 years ago by olegkap_cp <[email protected]>
Restore logging for Sessions

github.com/sshnet/SSH.NET - 6c4eda935f6d72cbfcff6964a1754135f10a24ce authored about 13 years ago by olegkap_cp <[email protected]>
Replace reflection operation with static message metadata to work with WindowsPhone.

github.com/sshnet/SSH.NET - f5b84e974cfd95c76696ec7554fe4a6b13b495c5 authored about 13 years ago by olegkap_cp <[email protected]>
Minor fix to ASCIIEncoding

Add ScpClient to support SCP feature with limited featres supported in silverlight and WindowsPho...

github.com/sshnet/SSH.NET - d96c93abb2f9409281bfb12d2da8622470a4b3e3 authored about 13 years ago by olegkap_cp <[email protected]>
Add ability to examen server public key/fingerprint

github.com/sshnet/SSH.NET - 96c512fddb159ef2821342c956111a0fac86a984 authored about 13 years ago by olegkap_cp <[email protected]>
Create Random function for BigInteger

Clean up minor TODO items

github.com/sshnet/SSH.NET - c301c940ce95efc707f2aace8d05ef56150bbf6e authored about 13 years ago by olegkap_cp <[email protected]>
Fix SocketReadLine for Silverlight and WindowsPhone version

github.com/sshnet/SSH.NET - d1dee73f0ebf848db0b1225ebf37fd0e1db171a6 authored about 13 years ago by olegkap_cp <[email protected]>
Clean up logging and make silverlight and WindowsPhone projects compilable again

github.com/sshnet/SSH.NET - 751d0fecd49eceab730ded0b25327fdef1bd3250 authored about 13 years ago by olegkap_cp <[email protected]>
Allow cancel long running async executed commands

Add BreakRequestInfo for possible future support

github.com/sshnet/SSH.NET - 148be6f50e765866510641d99fee80be5a20466b authored about 13 years ago by olegkap_cp <[email protected]>