Closed 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 ArticleNew Post: About the speed
Performance of ssh.net should have improved significantly with the changes I committed yesterday. There's still room for improvement though.
View ArticleSource code checked in, #34979
Added ClientChannel, ServerChannel and ChannelOpenConfirmedEventArgs source files, and do not emit debug symbols in release configuration.
View ArticleSource code checked in, #34980
Move all shared assembly-level attribute to CommonAssemblyInfo.cs.
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 ArticleNew Post: ssh conversation
Any ideas, please? I just need a basic example of ssh conversation. Thanks.
View Article