New Post: cannot use the Renci.SshNet in a NetduinoPlusApplication
Hi guys! I am newbie using that framework, but my problem is the following one: I have created a NetduinoPlusApplication solution in VS 2010, and all my code is well compiled. The warnings and errors...
View ArticleNew Post: SSH.NET vs Tamir SharpSSH
Hello, I am looking for a halfway decent if strong SSH (and SCP, SFTP) client for .NET 4.0 concerns. I ran across http://www.tamirgal.com/blog/page/SharpSSH.aspx at first, but it seems that this one...
View ArticleNew Post: SCP copy to a specific folder
Hi, i'm using 2013.1.27 and i try to copy a file from a windows to a linux machine. My copy command looks like:m_Scp.Upload(fi, sTargetDir + fi.Name); where sTargetDir is "update/". My copied file pops...
View ArticleNew Post: Sharing Download/Upload methods in BaseClient
actually i'm writing a clr for download and upload file through ms sql. Both scp and sftp support upload and download. It could be a good approach to write a virtual method for upload and download in...
View ArticleCreated Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.
View ArticleNew Post: Bad Packet Length Error
Hello everyone and thanks for your help in advance. Completely new to SSH.Net and had created a project for connecting to an SFTP serverdoing the following:Dim sftpclient As New SftpClient("host",...
View ArticleNew Post: No such File or Directory
Hello, First I'd like to say that you have a great product here! I am working with the latest binary (SshNet 4.0 Binary, 2013.4.7) and still get the scp error: "No such File or Directory" when trying...
View ArticleNew Post: key file formats
Any chance support for a public SSH2 key will be included any time soon?
View ArticleNew Post: No such File or Directory
Any luck with this one? I too am finding the library WONDERFUL! THANK YOU! SSH works like a charm. Now I would like to copy a result that I redirected from the SSH command:~/command --some_args...
View ArticleNew Post: No such File or Directory
May be helpful, I ran an experiment with "local.txt" instead of "~/local.txt" and wouldn't you know it, I got the file transferred! Yay! However, I would expect anything after the ":" in a typical Scp...
View ArticleNew Post: No such File or Directory
My file upload issue was finally resolved by adding the modified Upload method (redled, Feb 7, 2012) to the ScpClient.cs: public void Upload_2(FileInfo fileInfo, string filePath) { using (var input =...
View ArticleNew Post: No such File or Directory
This is in ScpClient itself? So it is a bug in ScpClient? Any chance that's finding its way back into the master/trunk, much less NuGet package? Thank ye!
View ArticleNew Post: Windows RT and signing
Unfortunately the library does not Support WinRT for now... I heard of guys who already ported it to WinRT but as you need to do really much low Level work with e.g. the new StreamSocket, that won't go...
View ArticleNew Post: SFTP: Uploading Files to the FTP Server has Inconsistent Behavior
Im trying to upload file from my local to unix platform using sftp...any suggestions?? is this powershell script ????
View ArticleNew Post: Problem with Library ssh.net
hi every body I'm using this library to connect to the Linux commands I run and run but Some commands have problems For example, I have a problem running these commands: top and top -n 1 error:TERM...
View ArticleNew Post: SftpClient.Exists and SftpClient.DownloadFile CREATE a file on...
Did you happen to resolve this? I'm having the same problem with the exists method. It always returns true, and changing directory into an invalid path doesn't throw an exception either. I'm also using...
View ArticleCreated Issue: Wrong PKCS7 padding in DES algorithm [1580]
public class PKCS7Padding : CipherPadding{/// <summary>/// Transforms the specified input./// </summary>/// <param name="blockSize">Size of the block.</param>/// <param...
View ArticleCreated Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleNew Post: SftpClient.Exists and SftpClient.DownloadFile CREATE a file on...
We just don't call Exists(). Get() or DownloadFile() seem to work as expected.
View Article