New 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 ArticleNew Post: SCP cancel upload. Possible?
Hi Rob, Unfortunatly I currently dont have such a feature. You have such feature in SFTP client right now. I guess once I implement async functions in SCP client I could implement this feature. You can...
View ArticleNew Post: CONNECTING to SFTP (SSH2) enable server getting...
Hi, You getting this error because client could not connect to the server. Are you able to connect to it using other software? This is more network issue it seems. Hope it helps, Thanks, Oleg
View ArticleNew Post: Small File Upload Problem
Hey, Just wanted to give you a little update. Unfortunately it takes a little bit longer then expected. Every time I think I got a fix, I found another issue, and usually it has to do with...
View ArticleNew Post: Small File Upload Problem
<div>Hey thank you very much for the update, and for the time you are taking on this.<br><br> Rich<br> On 2/7/2013 9:31 AM, olegkap wrote:<br></div><blockquote...
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 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 ArticleNew Post: Small File Upload Problem
It is not my server so I will need to request it. Let me see if IPSWITCH has a demo version of their server as well. Rich
View Article