Commented Unassigned: SftpClient.WriteAllText saving wrong text. [1783]
I am using SshNet to update a text file on a Raspberry Pi server, running Raspbian. The server is running vsftpd as the FTP server. The user modifies some text in the application (which was downloaded...
View ArticleCreated Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:* the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process on...
View ArticleCommented Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:*** the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process...
View ArticleNew Post: Slow Performance .... help!!
As mentioned in my previous post. "I am connecting via sftp and only getting about 100KB instead of 1,000KB"
View ArticleNew Post: Slow Performance .... help!!
jhoop2002 wrote: As mentioned in my previous post. "I am connecting via sftp and only getting about 100KB instead of 1,000KB" whao... You want help? Then give us your code where you measure the...
View ArticleNew Post: PortForwading Bug
Hi! Thanks a lot!! It seems run ok with the ClearPool. I have the doubt why Chilkat component don't need the Clearpool, can be they do it inside the DLL. Thanks for your time.
View ArticleNew Post: VB.net upload
Can anyone provide a simple sample for uploading 1 file to a directory using sftp? I have found several c# samples, but that work for me in vb.net. Thanks!
View ArticleCommented Issue: GlobalRequestMessage bug [1295]
Version 17229, file \Messages\Connection\GlobalRequestMessage.cs, line 86: Should the default switch case be a return instead of a break? I am receiving a "keepalive@openssh.com" message which results...
View ArticleCommented Issue: GlobalRequestMessage bug [1295]
Version 17229, file \Messages\Connection\GlobalRequestMessage.cs, line 86: Should the default switch case be a return instead of a break? I am receiving a "keepalive@openssh.com" message which results...
View ArticleNew Post: Connect to linux server by SSH.NET library
Hi, I'm new user of SSH.NET, I have some questions on it. How can I su my account by runcommand or runshell? I know it's an old question, but I didn't find a worked solution for me on the internet....
View ArticleCommented Unassigned: System.OutOfMemoryException when trying large files in...
Exception of type 'System.OutOfMemoryException' was thrown.mscorlib at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at...
View ArticleEdited Unassigned: System.OutOfMemoryException when trying large files in...
Exception of type 'System.OutOfMemoryException' was thrown.mscorlib at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at...
View ArticleSource code checked in, #34612
Correct casing of Security/Cryptography/HMAC.cs. Fixes issue #1505.
View ArticleEdited Issue: Correct casing of Security/Cryptography/HMAC.cs [1505]
I've just tried to compile the library on Mono/Linux, it builds, however with one glitch. The mentioned file is named HMAC.cs, but is referenced as Security/Cryptography/HMac.cs, so either reference or...
View ArticleNew Post: Format output in ssh.net library
Where exactly do you change the format for the result. I'm outputting SSH from Cisco IOS and its all coming out bunched up and all on one line. Would anyone have any advice on the best way to...
View ArticleNew Post: Remote MD5 checksum on ftp server?
Hi, i want to ask, SSH.NET allow to check MD5 on server after program upload it from local ? Or for this moment its impossible or there some other ways?
View ArticleNew Post: Run command unblocking
Hi, I am using ssh.net library to run the following command in a Linux box that executes commands to another system: bash -l -c '/usr/local/bin/runTest ip user pass Test_Case 1' However, I would want...
View ArticleNew Post: FileZilla and WINSCP is able to connect and list the folders but...
Hi Support, I need help regarding the issue I am getting to get the files from the folder by using Tamir DLL in .NET console application/window service. The error is :...
View ArticleNew Post: FileZilla and WINSCP is able to connect and list the folders but...
Wrong Project? This is SSH.NET not Tamir.SharpSsh, sry.
View ArticleNew Post: Run command unblocking
SshCommand supports Async execution with BeginExecute().
View Article