New Post: Move a File From a selected Directory to another Directory.
Hi,It seems like you doing it right but server for some reason returns "Failure" error. It might be due to the wrong path, file does not exists, permission etc'.might have a problem there but will need...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi there. I would also like to use this for an existing .NET 3.5 project under VS2008. I have duplicated the timeout problem and verified that it does indeed work if compiled with VS2010. Then I did...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi all, Our workaround was to compile the source code in VS2010, and use that dll file in our VS2008 project. This was adequate for us, as we don't plan to change or update the code very...
View ArticleNew Post: Move a File From a selected Directory to another Directory.
Thanks for your fast feedback. I can get this fix by myself.I must ste a new Name for my File in the Destination String.But now I get an SSHConnectionException after moveing an File is that normal ?...
View ArticleNew Post: Move a File From a selected Directory to another Directory.
Hi,I usually try to say what the reason for SshConnectionException. What else does it say? Often it happens because server disconnects the connection for whatever reason. Sometimes for protocol issues...
View ArticleNew Post: SCP cancel upload. Possible?
Hi, I have not used the library, so apologies if I have missed the obvious... I have a need to upload large files using SCP (yea not SFTP) and looking at the ScpClient class I do not see if an upload...
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Can anybody please help! Here is the message I got when trying to connect. Here is my code: class Program{ static string ip = "10.48.174.23", user = "SD_DCFS", pass = "SDdcfs_EFT"; static int port =...
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 ArticleNew Post: Testing can destroy your home
Hello and thank you for your hard work. I was wondering if it's a good idea to always perform "rm -rf *" in the OnInit() method in the test cases? I was testing the SCP upload and didn't notice it has...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Good Morning. Simply using a VS2010 compiled version is probably the right solution, as it seems several folks are doing it, but it bugged me not knowing WHY seemingly correct code worked differently...
View ArticleNew Post: Testing can destroy your home
Hi, Sorry about that. I build those test to run against my test machine which is dedicated for this purpose and I never expected anybody to run it on the server other then test or at least with the...
View ArticleNew Post: Testing can destroy your home
Hi again, How about creating and using a special ssh.net subdirectory for testing purposes? then it can be disposed at will with rm -rf. Or having the test files containing a special pattern in their...
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Hi Oleg, You'are absolutely right. I used the wrong IP so I wasn't able to connect. I have another quesiton. Do you have example that I can upload a DataTable instead of a text file? Thank you so much,...
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Hi, No, Sorry, I do not have such example. Thanks, Oleg
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Hi Oleg, Can I write the DataTable to a MemoryStream and then upload the MemoryStream using sftpClient.UploadFile()? Thanks, -bill
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hey Matt, Very nice work- a gold star for you! :) I hate it when circumstances like this do not have an explaination, so hats off to you sir. Thanks, Mike
View ArticleSource code checked in, #22964
Improve internal server window size managment Fix exception handeling when multiple threads share one channel that can caus application hanging Improve cipher perfomance Other fixes
View ArticleNew Post: Small File Upload Problem
Hi Rich, I just committed some fixes where I improved server window management, which I think causes you a problem. But, my suspicion it still might not work, and this is due to server specific...
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Hi, I am sure its possible, You can find examples of it online since its not SSH specific task. Thanks, Oleg
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hey Matt, Thanks for finding this out. I originally started this project in VS.NET 2010 and .NET 4.0 so wouldn't know where to look. Thanks, Oleg
View Article