Edited Issue: No Connection possible with the same auth method requested...
If you try to connect to a server which requires more than one auth,it only works it the auth-methods differ.If you use:```AuthenticationMethods password,password```or```AuthenticationMethods...
View ArticleCommented Unassigned: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no...
View ArticleClosed Unassigned: Problems with IPSwitch MoveIt SSH server [1785]
Has anyone had problems when using the code with IPSwitch MoveIt ?I can connect OK, list files, rename, upload & download. But when I try to delete a file I get "permission denied".Although if I...
View ArticleClosed Unassigned: Connect without ssh command? [1698]
I am attempting to transfer a file using ScpClient.The user I have is restricted by rssh to only be able to use the scp command. It does not have shell access at all.When transferring from the command...
View ArticleEdited Issue: Random NullReferenceException during SFTP disconnect [1587]
Hi,I have a windows service which synchronizes through SFTP with custom specified intervals, it is installed on 3 machines with 3 different operating systems. On one machine an exception occurs...
View ArticleEdited Issue: sftpfilestream read is very slow. [1919]
Sftpfile stream is very slow it took 1hr 15 mins for 400mb file.Is there any way to increase the read buffer of the sftpfilestream.sftp.buffersize is for upload i believe. But i tried changing it no luck.
View ArticleCommented Issue: SFTP: Uploading Files to the FTP Server has Inconsistent...
__Method Name:__ UploadFile()__Issue:__ Files Uploaded to FTP Server has Inconsistent BehaviorI am trying to upload the file from local path to the ftp server, there is no exceptions in the...
View ArticleCommented Unassigned: SSHNet and Visual basic- login [1882]
Hello! I work for a company called GGServers, and we sell minecraft hosting. What I'm currently working on, is an application in VB to streamline the process of ssh remote management. What this program...
View ArticleClosed Unassigned: SSHNET Issue [1789]
I want to use SSH.Net library in my visual studio 2010 project for that i need to refer SSHNET project as a example. but the SSHNET project which i download from link https://sshnet.codeplex.com/ by...
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: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented Issue: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCreated Unassigned: System.InvalidOperationException: Server string is null...
I have utilized your Library. Which Is working absolutely fine for downloading and uploading files on SFTP server. But, Sometimes it gives me an error (__System.InvalidOperationException: Server string...
View ArticleCommented Unassigned: System.InvalidOperationException: Server string is null...
I have utilized your Library. Which Is working absolutely fine for downloading and uploading files on SFTP server. But, Sometimes it gives me an error (__System.InvalidOperationException: Server string...
View ArticleCommented Unassigned: Channel.SendData timeout [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleCommented Unassigned: Channel.SendData timeout [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleCreated Unassigned: Local Patches for Upstream [1936]
Hi,Just discovered some local patches I would like to see upstream.Here are the patches based on current...
View ArticleEdited Issue: Stuck loop on key exchange using arcfour encryption [1922]
arcfour - Arc4Cipher.cs line 164for (byte i = 0; i < STATE_LENGTH; i++)Where STATE_LENGTH is 256. Reinitalizes i to 0 (due to i being a byte), causes endless loop on key exchange till server timeout...
View ArticleEdited Issue: Timeout sending data to server with low window size [1706]
On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...
View ArticleEdited Issue: Stuck loop on key exchange using arcfour encryption [1922]
arcfour - Arc4Cipher.cs line 164for (byte i = 0; i < STATE_LENGTH; i++)Where STATE_LENGTH is 256. Reinitalizes i to 0 (due to i being a byte), causes endless loop on key exchange till server timeout...
View Article