New Post: Help with private key
Hmm, Did you try to generate different private key on different machines? Just want to make sure its not something machine specific.It appears what happens it cannot validate this private key for some...
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg, Yes I tried to compile my own version in VS2008 that just did not seem to ever connect at all. What is interesting though, is that the exact same code would connect if I compiled it via...
View ArticleNew Post: Small File Upload Problem
I am using the 1/4 release (file date) of the library and I am having an issue uploading files which are under 20k.Could not properly upload file...
View ArticleNew Post: Small File Upload Problem
Hi,Can you download latest version of the source code that I have? I recently discovered some bug there that I fixed when it comes to uploading huge files but may be it will help in your case as well....
View ArticleNew Post: Small File Upload Problem
The newest version of the code is hanging during the upload portion. using (Renci.SshNet.SftpClient sftp = new Renci.SshNet.SftpClient(host, uid, pwd)) { using (Stream fin =...
View ArticleNew Post: Small File Upload Problem
Hmm, ok, I will look at it later tonight then. I guess one small questions, does it happens with smaller files too? like 1K or 2K or only around 18K-19K ?Thanks, Oleg
View ArticleNew Post: Small File Upload Problem
Hmm, Then it seems to be a specific size project, Ok, I will test for that then and see what I can find.Thanks, Oleg
View ArticleNew Post: Small File Upload Problem
Hi,I just did a test with 18K, 19K and 20K and they all uploaded just fine here.Can you may be provide me with a file that you trying to upload or its exact size in bytes so I could simulate the...
View ArticleNew Post: Small File Upload Problem
I did some additional testing on my side as well, it appears that the issue does not occur with winsshd (our personal sftp) but does occur with our business partner's server which is Ipswitch MoveIT....
View ArticleNew Post: Small File Upload Problem
Managed to get it to fail in debug mode. It is stuck on line 1499 in SFTPClient.cs.Here is the debug message trace SshNet.Logging Verbose: 1 : Initiating connect to 'XXX.XXX.XXXX:22'. SshNet.Logging...
View ArticleNew Post: Small File Upload Problem
Hmm,Now it actually gives me a little bit more information "ProtocolError data exceeds negative window tolerance".What is exact file size in bytes that you trying to upload, is it 18848, the one you...
View ArticleNew Post: Small File Upload Problem
<div>Yes it was the same size file.</div><div> </div><div>Rich</div><div> On Feb 4, 2013, at 8:38 PM, "olegkap" <<a...
View ArticleNew Post: Small File Upload Problem
ok, thanks, I will try to see if I can recreate it and find the problem.Thanks, Oleg
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi, I recently started using this library. I get the same error as above. Any suggestions on how to resolve it? I did find the vs2010 compilation to be fine for .NET 3.5. This problem for some reason...
View ArticleNew Post: Error on code example?
On this code example: public void DownloadFile() { string host = ""; string username = ""; string password = ""; string localFileName = System.IO.Path.GetFileName(localFile); string remoteFileName =...
View ArticleNew Post: Move a File From a selected Directory to another Directory.
Hey Guys, im new to this Project and my English Skills aren't the best cause Im not a native Speaker.I got the problem that i cant move Files from a Directory to another Directory. Everytime when I...
View ArticleNew Post: Move a File From a selected Directory to another Directory.
Hi,It seems like you doing it right but server for some reason returns "Failure" error. It might be due to the wrong path, file does not exists, permission etc'.might have a problem there but will need...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi there. I would also like to use this for an existing .NET 3.5 project under VS2008. I have duplicated the timeout problem and verified that it does indeed work if compiled with VS2010. Then I did...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi all, Our workaround was to compile the source code in VS2010, and use that dll file in our VS2008 project. This was adequate for us, as we don't plan to change or update the code very...
View Article