Commented Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleClosed Issue: NullReferenceException in Renci.SshNet.BaseClient.IsConnected()...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleClosed Issue: SftpClient deletefile/delete fails [1484]
using (SftpClient sftp = new SftpClient(hostName, portNumber, userName, passWord)){ sftp.Connect(); sftp.Delete(remotePath);}Code throws "Permission Denied" error, but i have...
View ArticleCommented Issue: SftpClient deletefile/delete fails [1484]
using (SftpClient sftp = new SftpClient(hostName, portNumber, userName, passWord)){ sftp.Connect(); sftp.Delete(remotePath);}Code throws "Permission Denied" error, but i have...
View ArticleCreated Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleCommented Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleCommented Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleClosed Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleCommented Issue: Unobserved exception rethrown by finalizer thread [1298]
<p>Hi,</p><br><p> </p><br><p>There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container...
View ArticleCreated Issue: Synchronization bug in SftpClient.InternalUploadFile [1502]
Hi,my name is Jacek Drozdowski I'm Senior Software Developer at Jack Wills London.We started use SshNET library to upload files on SFTP (private key) server.I found a bug with synchronization of...
View ArticleClosed Issue: Synchronization bug in SftpClient.InternalUploadFile [1502]
Hi,my name is Jacek Drozdowski I'm Senior Software Developer at Jack Wills London.We started use SshNET library to upload files on SFTP (private key) server.I found a bug with synchronization of...
View ArticleCreated Issue: Test initialization should not delete all files in the given...
Test method OnInit() cleans up the entire destination path with "rm -rf *"On inadvertent use, this will cause complete data loss on the given destination path (whole home directories...
View ArticleCreated 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 ArticleCreated Issue: Swedish characters displayed incorrectly in uploaded filenames...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleCommented Issue: Swedish characters displayed incorrectly in uploaded...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleClosed Issue: Swedish characters displayed incorrectly in uploaded filenames...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleClosed Issue: SshClient and SftpClient hang on server terminate [1439]
Hi thereMy app uses both SftpClient and SshClient on threadpool threads, to interact with a remote server (specifically OpenSSH running on Amazon AWS EC2 servers running Windows).Because these AWS...
View ArticleCreated Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleCommented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleCommented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View Article