Edited Issue: NullReferenceException when SftpFileStream is finalized after...
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleSource code checked in, #40821
Removed redundant this qualified. Changed accessibility of _blockSize to private.
View ArticleSource code checked in, #40826
Create output buffer after padding to ensure its length matches the padded length. Fixes issue #2547.
View ArticleEdited Issue: BlockCipher.Encrypt fails if input message is not padded [2547]
BlockCipher.Encrypt fails if input message length is not a multiple of BlockSize. The error is "Invalid output buffer".This seems to be due to the following code in EncryptBlock function of BlockCipher...
View ArticleNew Post: SCP upload speed
Can you check whether the upload speed improves a lot when you use a local input file of the same size ? Do you happen to know which SSH server software (and which version) you use ?
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleNew Post: SCP upload speed
There seems to be not a large difference between local copy and copy from network share. Though, since now (because of your questions :) ) I have repeated and looked at the speed as well, it looks like...
View ArticleCreated Unassigned: Open key file in read-only mode [2573]
In current implementation the key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be sufficient...
View ArticleNew Post: Install error in Windows Server 2008 R2
Hi, When I run: gacutil /I Renci.SshNet.dll I receive an error message:Failure adding assembly to the cache: Attempt to install an assembly without a strong name How can I install this DLL in Windows...
View ArticleNew Post: Install error in Windows Server 2008 R2
I downloaded SshNet .NET 4.0 Binary from https://sshnet.codeplex.com/downloads/get/824117 and it runs Ok
View ArticleSource code checked in, #40844
Use Socket.Shutdown(SocketShutdown.Send) to signal FIN to remove party, and allow socket to close in a clean way.
View ArticleCommented Unassigned: Open key file in read-only mode [2573]
In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be...
View ArticleEdited Issue: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View ArticleCommented Unassigned: Open key file in read-only mode [2573]
In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be...
View ArticleCommented Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleSource code checked in, #40897
Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. Added missing read (and check) of the returncode after a file copy command. Fixes issue #1382.
View ArticleEdited Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View Article