New Post: SCP copy to a specific folder
Hi, Sorry for delay. Thanks for describing the problem again, I guess I just didnt get the problem earlier.So the issue is when you trying to upload file or directory into subdirectory or file located...
View ArticleNew Post: SCP copy to a specific folder
Oleg, I don't mean to neglect you, I'm a bit snowed right now but I'll await your new solution.
View ArticleNew Post: question regarding OperationTimeout and the connection info timeout
Hi, No its not the case,Its timeout to receive response back from the server.So for example download file or upload file might take 10000 messages to send to complete operation so timeout between...
View ArticleNew Post: SCP copy to a specific folder
No it's ok,I am actually now understand better what is the problem so I could work on better solution since I personally dot use SCP feature so I dont try a lot of situation.Thanks,Oleg
View ArticleCreated Issue: IsRegularFile is not recognized on Windows SSH Server [1479]
I just have tested SFTP with windows SSH Server. My problem was, that files where not recognized as Files. IsRegularFile was always false.Well i already tested the newest release. It is not containing...
View ArticleCreated Issue: SCP Copy to subdirectory target [1480]
Issue described here: [url|http://sshnet.codeplex.com/discussions/284021]
View ArticleNew Post: question regarding OperationTimeout and the connection info timeout
Perfect, that clears it up for me, thank you Oleg.
View ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
I've updated my production code with the latest version of SSH.NET and will report back if timeout happens again. Unfortunately I am unable to reproduce this in tests, it only happens randomly on...
View ArticleCommented Issue: IsRegularFile is not recognized on Windows SSH Server [1479]
I just have tested SFTP with windows SSH Server. My problem was, that files where not recognized as Files. IsRegularFile was always false.Well i already tested the newest release. It is not containing...
View ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
ok, no problem.But I still will have to look at this dead lock issue. Thanks,Oleg
View ArticleNew Post: How to tell version number of library
Hi thereI suspect we have several versions of the ssh library floating around between products and I'd like to know which projects are using the newest library.Is there a file that ships with the...
View ArticleNew Post: How to tell version number of library
Hi, Unfortunately not.I meant to do it in the beginning of this project but then I forgot about it. I will add something into assembly info so it could generate different numbers there for each version...
View ArticleNew Post: How to tell version number of library
Thanks for your reply. We do use the source version exclusively. But we still would like to know which version a given set of source files represents. When I create software apps (which is what I do...
View ArticleNew Post: How to tell version number of library
Yea,No problem, but you do bring a valid point to my attention which I need to look into anyway. Thanks,Oleg
View ArticleCommented Issue: IsRegularFile is not recognized on Windows SSH Server [1479]
I just have tested SFTP with windows SSH Server. My problem was, that files where not recognized as Files. IsRegularFile was always false.Well i already tested the newest release. It is not containing...
View ArticleNew Post: Aplogy
This is in reply to an issue I had with this library about a year ago, using SSH and giving me extra CR/LF.I am finally back into this part of the project, I was working on.Yes, the issue was in my...
View ArticleCreated Issue: sftpClient.WriteAllText corrupts uploaded data [1481]
Reproduce:``` var sftpClient = new SftpClient( server, port, user, new PrivateKeyFile( new MemoryStream( Encoding.ASCII.GetBytes( privateKey ) ) ) );// 4* 1024 - data will be corrupted, 1*1024 - data...
View ArticleSource code checked in, #22670
Fix ScpClient upload to allow path to include subdirectories
View Article