Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sshnet/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
https://github.com/sshnet/SSH.NET
Added tests for PosixPath.
05e82b18134453374e742428fc90670a911bb609 authored over 7 years ago by Gert Driesen <[email protected]>f4b0bb22b744376ba0fb8bf2a67a6a57d764a3a6 authored over 7 years ago by Gert Driesen <[email protected]>
55d9109276f8a8cdee38f2146566c5f59ef762fa authored over 7 years ago by Gert Driesen <[email protected]>
5852a96d0283511c48a43aaf9172d69275300243 authored over 7 years ago by Gert Driesen <[email protected]>
4e9ceadfd3087ebb938f5355673e7d4732919542 authored over 7 years ago by Gert Driesen <[email protected]>
9e75eef572ff889b401cc384483188b3ae754666 authored over 7 years ago by Gert Driesen <[email protected]>
e421e16e2996e13b66d5df7420517a7154d31402 authored over 7 years ago by Gert Driesen <[email protected]>
Added DoubleQuote transformation.
Modified default remote path transformation for ScpClient to Do...
This allows for a custom transformation (escaping/quoting) - that implements IRemotePathTransfor...
7dde512a9ca662d245b90ad87f28d5a981de637f authored over 7 years ago by Gert Driesen <[email protected]>5128b16778dc80f55c8de17d3a35a10d5098e3c8 authored over 7 years ago by Gert Driesen <[email protected]>
0e2d0dc25d1ad08555952a59743f0b1b70b08155 authored over 7 years ago by Gert Driesen <[email protected]>
127e3f6591f7cc6ab2a2268453295e372a337026 authored over 7 years ago by Gert Driesen <[email protected]>
9df22e349f76462b74acfc2475fefc9de6763683 authored over 7 years ago by Gert Driesen <[email protected]>
Fixes issue #286.
266dbaefe6c1f2bff2ea00c9ac14a246d37079d9 authored over 7 years ago by Gert Driesen <[email protected]>0f6bc56b4aad1252416a66cd091ba0e3e5910c47 authored over 7 years ago by Gert Driesen <[email protected]>
ScpClient: Upload of file should fail if remote path exists as directory
4a031e08ce97780a8975cbf07194620be05e3a31 authored over 7 years ago by Gert Driesen <[email protected]>84f3a28018e7c08054e1e2b3c3a6f3a465bca748 authored over 7 years ago by Gert Driesen <[email protected]>
Fixes issue #286.
b70e21801e208df2d3f4f03662c2e7a20dd3f31e authored over 7 years ago by Gert Driesen <[email protected]>2d840aab35cc08b35c52815fe31847063d8585bc authored over 7 years ago by Gert Driesen <[email protected]>
Fixes issue #256.
6184a0e826ce68322b2a0734feb27f0fee55af3f authored over 7 years ago by Gert Driesen <[email protected]>522ed129b249e37770448e6f9a7b58b5a584a4d7 authored over 7 years ago by Gert Driesen <[email protected]>
bd801990d53eabe37e0e9d7725096aba3a94e8a6 authored over 7 years ago by Gert Driesen <[email protected]>
Fixes issue #281.
0a1a031fc1c33e0ecc1e293c1198501f24d30cc5 authored over 7 years ago by Gert Driesen <[email protected]>87a45a8f52d9d53d8bf01d7784de5f3631800f97 authored over 7 years ago by Gert Driesen <[email protected]>
bc080e8c1ba2487728e208d6ab37be58191f0bbf authored over 7 years ago by Gert Driesen <[email protected]>
Merge develop changes into master to prepare for 2016.1.0-beta2
bc154e653332c67ad846b34ca8e75a305f3e8371 authored over 7 years ago by Gert Driesen <[email protected]>b34e1c05a46b2458b45f209d774dfcfc54b5785e authored over 7 years ago by Gert Driesen <[email protected]>
AppendAllLines
AppendAllText
AppendText
void AppendAllLines(string path, IEnumerable<string> contents)
void AppendAllText(string path, st...
79c9a4baeadf82abf1d1b64639c88c9464bf9a2a authored over 7 years ago by Gert Driesen <[email protected]>
SftpFileStream: Improve SetLength(long) compatibility with FileStream
68c1e59920e32da1700b53d399e07390a5c90aa0 authored over 7 years ago by Gert Driesen <[email protected]>30054463e1313de07c263ae8f831f1d66773a99d authored over 7 years ago by Gert Driesen <[email protected]>
9444f214619a3cc4bc3de7a48748a7e9d1ef44fc authored over 7 years ago by Gert Driesen <[email protected]>
7bc67f3aca140bda524a25a41b0326b996326811 authored over 7 years ago by Gert Driesen <[email protected]>
* Flush any buffers before epand or shrink the stream.
* If the specified value is less than the ...
Only allow Append mode when combined with write-only access.
Fixes issue #267.
b4841baa10b3935f5687336a4ffc703e1dd74a62 authored over 7 years ago by Gert Driesen <[email protected]>
SftpFileStream: In Append mode, create the remote file if it does not
already exist.
Fixes issue...
ea36b240aaf8edc208687acf19f33e936c0d91fe authored over 7 years ago by Gert Driesen <[email protected]>
e30319a8488757747724379a070e35fdfc79b807 authored over 7 years ago by Gert Driesen <[email protected]>
36f94c26cc8b941d26dfaf2621bca0f589d4dc5d authored over 7 years ago by Gert Driesen <[email protected]>
b5486225243ac3c031f102a297e44fe63c04e522 authored over 7 years ago by Gert Driesen <[email protected]>
Refactor creation of SFTP response messages to a SftpResponseFactory.
Implement SaveData for a fe...
Continue reading from SshDataStream instead of creating new instance for type specific part.
9ecfa0d38cddba51dcefb191094892cd4887c1eb authored over 7 years ago by Gert Driesen <[email protected]>3e1dd2d345e9be2cb38bf039348abf4ff4f721e5 authored over 7 years ago by Gert Driesen <[email protected]>
f90131229ad40afe58c02a9114a43a408bdafca2 authored over 7 years ago by Gert Driesen <[email protected]>
216f36458796932de7ff0cdb8cdc26aca049c325 authored over 7 years ago by Gert Driesen <[email protected]>
385b8a6c2807617f70fd050339019fb4bef3c867 authored over 7 years ago by Gert Driesen <[email protected]>
cc04517efd56f11c114bc4d76d3f1a46757e4d9e authored over 7 years ago by Gert Driesen <[email protected]>
7c05bd19bab68e37ac08ea544320f32d314cf497 authored over 7 years ago by Gert Driesen <[email protected]>
ea47d9db98e0fa00efc632522b5d3c76f055cbf9 authored over 7 years ago by Gert Driesen <[email protected]>
Improve documentation of LocalChannelDataPacketSize.
e86fd18b21fe6b22ca885c94989bfcf791cca5bb authored over 7 years ago by Gert Driesen <[email protected]>fa640e12a5ebdf08b7e6adacb0b14849826fa101 authored over 7 years ago by Gert Driesen <[email protected]>
46966d37cb7b856820d780c816956e29651d2554 authored over 7 years ago by Gert Driesen <[email protected]>
SftpFileStream: No longer track write position separately
a9a38d7e94d3a7705f051ad605c44f5c67351c5d authored over 7 years ago by Gert Driesen <[email protected]>55e31b1e7b6cc3c690fa32a4c6a7e395e3a349c4 authored over 7 years ago by Gert Driesen <[email protected]>
bfc52294dace180839c6dbbf35aa177c42a3d4b9 authored over 7 years ago by Gert Driesen <[email protected]>
17a9c61464f52e97bd9187e4640d191f65b620b0 authored over 7 years ago by Gert Driesen <[email protected]>
b6807656927da5925fd0579dd89dc460195363bf authored over 7 years ago by Gert Driesen <[email protected]>
When a server returns less number of bytes than the read buffer size, this *may* indicate that E...
5408aace90b3e3a30a4e0a7348def3a59ac8ab40 authored over 7 years ago by Gert Driesen <[email protected]>416f7be804e58c3ebf598fd8360c57b5ec87a10f authored over 7 years ago by Gert Driesen <[email protected]>
5dda8f5247e439956ae2cea729b57640b2d51216 authored over 7 years ago by Gert Driesen <[email protected]>
c83188a5a991b7e41c323326772262ed662c01c2 authored over 7 years ago by Gert Driesen <[email protected]>
50ea405d5a65985ed4909b551852516f7c2f601c authored over 7 years ago by Gert Driesen <[email protected]>
Lazily initialize read and write buffer.
6fd1cc78c390dce8d502477f1825bf9dc19dafd4 authored over 7 years ago by Gert Driesen <[email protected]>40efaa6e5a4c4712968b1360b7a0dba8d84ad6a7 authored over 7 years ago by Gert Driesen <[email protected]>
Fix every 1025th byte being skipped
733ec56e6ebb3c5f56ba60c4cb8bf03ff09b27a8 authored over 7 years ago by JasonQG <[email protected]>bdec2d22f9a40a51edee26ffd303cef09786dff2 authored almost 8 years ago by Gert Driesen <[email protected]>
Reading from the SftpFileStream will not also affect the position at which a subsequent write wil...
bcc8def223653d6c8718c180a43b79bd75eed7a6 authored almost 8 years ago by Gert Driesen <[email protected]>99fd7b460f11cd483e2b1956e294f5f2aa880a6b authored almost 8 years ago by Gert Driesen <[email protected]>
This reverts commit 0d88ddc79ca2928663a073f468d2925a5cdeab70.
30e85138002a30a6aff7ef10b09b1ba02059505f authored almost 8 years ago by Gert Driesen <[email protected]>0d88ddc79ca2928663a073f468d2925a5cdeab70 authored almost 8 years ago by olegkap <[email protected]>
d93f064c0f22b5f4a794bab0832fe0f46acfc072 authored almost 8 years ago by Gert Driesen <[email protected]>
5f1494f09e99e8a3473361aaf5cc8f0cc9bd6955 authored almost 8 years ago by Gert Driesen <[email protected]>
ff68b3810977ca0ebd83dd1741bcb8bdfa73ad66 authored almost 8 years ago by Gert Driesen <[email protected]>
f6daa4dfa6b6c33073ee1342083be67ef74bd155 authored almost 8 years ago by Gert Driesen <[email protected]>
6cb91f600dec2008dd3b4320f57949a6da6590f3 authored almost 8 years ago by Gert Driesen <[email protected]>
b3e704b404f630056faaebb2c585a87cac13bf0b authored almost 8 years ago by Gert Driesen <[email protected]>
Remove duplicate tests.
14b571fdd4d7020060cf3c502e41f1d19125dbf3 authored almost 8 years ago by Gert Driesen <[email protected]>ff78430ed481550aa744295b960afa6d67391b69 authored almost 8 years ago by Gert Driesen <[email protected]>
Fix for recently introduced regression in SftpFileStream.Read(...).
04ca23176a2b4ce0a2ce05db80d2c65b530ac588 authored almost 8 years ago by Gert Driesen <[email protected]>d3635d18fa68b54412df98ebd2199ce7bb63a0d6 authored almost 8 years ago by Gert Driesen <[email protected]>
08b2d05ed8214c469d14a2be90c193e5de3e9dc4 authored almost 8 years ago by Gert Driesen <[email protected]>
Fixes issue #191.
40e106828df70a12a812120758194d03ef6a58fe authored almost 8 years ago by Gert Driesen <[email protected]>Update Seek to only obtain file attributes when SeekOrigin is End.
Update SetLength to obtain ser...
c2bd7b5171d2ccce0780774f283effd2bf13b84d authored almost 8 years ago by Artem Gayardo-Matrosov <[email protected]>
internal buffer.
68dded538685c6ac1ec299e0f0af68d5fc23af04 authored almost 8 years ago by Artem Gayardo-Matrosov <[email protected]>c8373c978fc056b4f05db2a36ee028505b9ecda6 authored almost 8 years ago by Gert Driesen <[email protected]>
4e2bd636604da02ec179f9be31c9d4d1e4125372 authored almost 8 years ago by Gert Driesen <[email protected]>
391a41c35dd3a1b1983ffb42ed2a4f0d60cebbbc authored almost 8 years ago by Gert Driesen <[email protected]>
Fixes issue #173.
98aba4920d210bdeb19e2e4c70e1e8c5e58843f6 authored almost 8 years ago by Gert Driesen <[email protected]>c3927660cf683d90219c088315846102732b08b2 authored almost 8 years ago by Gert Driesen <[email protected]>
178512c998f754626ff579ecb7027cc313289be8 authored almost 8 years ago by Gert Driesen <[email protected]>
932f36fd86d9cd611a913dba375b354abeeaa4cb authored almost 8 years ago by Gert Driesen <[email protected]>
847119fd87eeac98bfd299b94b19ad4b283a9937 authored almost 8 years ago by Gert Driesen <[email protected]>
73437578c8412038ecba4ddfa02bdbaa6430708f authored almost 8 years ago by Gert Driesen <[email protected]>
58ab5b8c2ae7a894c915d88cd6964db90eb64980 authored almost 8 years ago by Gert Driesen <[email protected]>
1c288485edf1352ca6f4bd9f93557c5cc110ca33 authored almost 8 years ago by Gert Driesen <[email protected]>
9ca3880c29049b4dcc706015a49d60d6e71059d3 authored almost 8 years ago by Gert Driesen <[email protected]>
b73d2e1ea8e12688a4fa0d95e946adcf28d4830d authored almost 8 years ago by Gert Driesen <[email protected]>