New Post: Problem with SftpClient - ListDirectory and iso-8859-1
Hi There, I am having similar issue with SSH.Net while listing .txt file names from SFTP location. There are Chinese characters in the files names available on SFTP location. At the UI end I want to...
View ArticleNew Post: Port fowarding not keep alive
Hi, Im trying to make an app which allows port fowarding features (using for change ip address) using SSH Tunnel. Renci.SshNet.SshClient ssh = new Renci.SshNet.SshClient("174.34.150.202", "admin",...
View ArticleNew Post: Encoded File Names not Displaying Correctly.
Hi There, I am having similar issue as postd in (https://sshnet.codeplex.com/discussions/372745) with SSH.Net while listing .txt file names from SFTP location. There are Chinese characters in the files...
View ArticleNew Post: Different Port ?
My question is simple, how i can change the port? An example code,would be nice,I am newbie,srry,
View ArticleNew Post: Trouble with Space in SSH-Command
I found the solution while reading other discussions, is it mentioned here:https://sshnet.codeplex.com/discussions/348421
View ArticleNew Post: Transfer the File minimum 49,152 bytes using SFTP
I don't know why, but i found the default buffer size of the client connection is 16k, and when the upload starts, with files over 16kb, the client waits to the buffer will be free again, but this...
View ArticleNew Post: Control M charecters
Hi, While am uploding a file from windows to linux(SUSE), getting special charecter(contrl M) at the end of the each line. Please let me know how to getrid of these special charecters. Thanks John
View ArticleNew Post: An established connection was aborted by the software in your host...
Can anyone shed some light on this issue? Thanks in advance Renci.SshNet.Common.SshConnectionException: An established connection was aborted by the software in your host machine. at...
View ArticleNew Post: Different Port ?
I am also curious about how to change the port. Please answer!
View ArticleNew Post: Different Port ?
It seems like I have found the solution: Dim connInfo as new Renci.Sshnet.PasswordConnectionInfo(host, port, username, password) Dim sftpclient as new Renci.Sshnet.SftpClient(connInfo)...
View ArticleNew Post: Problem to connect using the PROXY Squid
I have a problem to connect with the server SFTP (SSH Server Bitvise 5.54) when using the PROXY (Squid Cache: Version 2.7.STABLE8) filezilla client (version 3.7.3) if the connection succeeds, but with...
View ArticleNew Post: Issues with sftpclient downloads
So a little bit of background, we are trying to use sftpclient to copy a whole directory structure with all files within the directories. It works well with our small sample set of directories and...
View ArticleNew Post: SFTP connection problem - Timeout
I am having a problem with a simple sftp file transfer. I am starting to wonder if there is a problem when I change the port from standard 22 to a custom port of 5929. I can connect to the remote...
View ArticleNew Post: Control M charecters
John, Use dos2unix to clean up the files after upload. This should give you an idea of what is going on:http://en.wikipedia.org/wiki/Newline#Common_problems Pierre
View ArticleNew Post: SFTP connection problem - Timeout
You don't use your "const int port = 5929;" anywhere.
View ArticleNew Post: SFTP connection problem - Timeout
Aha...I had been messing with so much trying to get the authentication all figured out which was interesting but fun... the examples that I had been using all worked on port 22 I added the port cont...
View ArticleNew Post: Problem to connect using the PROXY Squid
I tested with other libraries SFTP: chilkatsoft and nSoftware. I have no problem using the SQUID proxy with the same settings I have indicated ..
View ArticleNew Post: Problem to connect using the PROXY Squid
no shirt, no code, no service ;) Please give us your code. Everything else is just guessing.
View ArticleNew Post: Unable to CD when connecting through SSH
I am connecting to a windows computer to an ubuntu comupter using SSH and have established connection. However, I'm unable to perform commands like cd. I am able to perform ls and ip addr ls. I have...
View ArticleNew Post: Sending Escape+Shift+F6
Hi All, Are there possible solutions on sending the above 3 keys via shellstream? I have been looking around but i can't seem to find any clue.
View Article