Closed Issue: SFTP default path [1403]
Can sftp.BeginUploadFile etc be made to accept the default (SFTP Server) path. I don't see why you should be forced to set it.Comments: No response and looks like its not an issue
View ArticleClosed Issue: The proccess stuck on the command UploadFile [1303]
Hi when I Using this Code In VS2010 it's Work fine, But when I run it outside VS2010the proccess stuck on the command UploadFile and I need to stop the proccess, and I can seethat the file uploaded to...
View ArticleClosed Issue: SCP fails with dropbear because of option -q [1164]
SCP transfer uses commands like thischannel.SendExecRequest(string.Format("scp -qpf \"{0}\"", filename));When the remote system is using dropbear, the command fails with a usage message. By default...
View ArticleClosed Issue: ssh linux from silverlight 5 [1359]
I tried to use ssh.net nuget with sl 5 and got exception "Could not load file or assembly 'Microsoft.CSharp, Version=2.0.5.0..." So up to now build is valid for sl 4 and not valid for sl 5. For anyone...
View ArticleClosed Issue: Client disconnect not handled. [1264]
I am using the DLL to tunnel RDP traffic using port forwarding. When disconnecting a session, I was getting a null reference exception from the dll. Eventually discovered it was coming from the...
View ArticleClosed Issue: Exception raised when disconnection is performed intentionally...
I noticed that whenever we call the Disconnect method, a new SshConnectionException is raised with ConnectionLost as Disconnect Reason (is not more appropriate ByApplication?). Do you think it's...
View ArticleClosed Issue: ScpClient hangs when remote SCP fails [1166]
The problem occurred in connection with http://sshnet.codeplex.com/workitem/1164 When trying to download a file, the remote SCP program did not understand the specified option "-q", complained by...
View ArticleClosed Issue: duplicate SSH_MSG_CHANNEL_CLOSE for same channel lets dropbear...
When transferring files with SCP from a device running dropbear 0.53.1 I noticed connection aborts on the PC runninng SSH.NET with error messages from dropbear. On the PC I get "An established...
View ArticleClosed Issue: Passwords in memory [1169]
Hello! I wrote a simple application for forwarding local ports, it works great and was really easy! But i have one concern, when investigating the memory of my application i found that my password was...
View ArticleClosed Issue: RemoveForwardedPort(ForwardedPort) [1163]
Set up a forwarded port using:AddForwardedPort("127.0.0.1", 8080, "example.org", 80); Then browse to http://127.0.0.1:8080 Then:RemoveForwardedPort(ForwardedPort) "RemoveForwardedPort" will stop...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleCreated Issue: ZeroBytes in ShellStream [1525]
Somethimes in a shellstream there can be zero bytes found.It was gone after the update in 12/2012 and appiert backwith the update in ~02/2013.In the buffer i can find then lots of zero bytes, some text...
View ArticleCommented Issue: RemoveForwardedPort(ForwardedPort) [1163]
Set up a forwarded port using:AddForwardedPort("127.0.0.1", 8080, "example.org", 80); Then browse to http://127.0.0.1:8080 Then:RemoveForwardedPort(ForwardedPort) "RemoveForwardedPort" will stop...
View ArticleCommented Issue: RemoveForwardedPort(ForwardedPort) [1163]
Set up a forwarded port using:AddForwardedPort("127.0.0.1", 8080, "example.org", 80); Then browse to http://127.0.0.1:8080 Then:RemoveForwardedPort(ForwardedPort) "RemoveForwardedPort" will stop...
View ArticleCreated Issue: SftpClient.UploadFile Truncates Uploaded File [1533]
I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...
View ArticleCommented Issue: SftpClient.UploadFile Truncates Uploaded File [1533]
I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...
View ArticleCommented Issue: SftpClient.UploadFile Truncates Uploaded File [1533]
I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...
View Article