New Post: Carriage Returns Stipped from Downloaded File?
One last note, I have just tried this method, and the file downloaded the way that I hoped it would:''Now go get each file we just foundForEach sfile In dlist fname = sDirRemote + sfile sDestFile =...
View ArticleNew Post: SCP copy to a specific folder
Hi Oleg,When you say "I don't provide full path *now* in D0755 request" what do you mean by now? The version I downloaded - I don't know the version, the assembly version isn't baked into the...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hello, are you able to provide the source code for .net 3.5 for the stable release? Thank you, Gerri
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi, Unfortunately not but if you want to you can produce it your self.You can download the project using source code tab, this is where I have a project that produces 3.% assembly.The way it works is...
View ArticleNew Post: SCP copy to a specific folder
Hi, I guess it was not entirely correct then,Recently, I mean like month or while ago, so those changes are already included.Why incorrect, because I made a change to use only filename instead of full...
View ArticleNew Post: Hang connecting to MYSQL
Hi, It would be hard for me to tell where problem might be, but what you can try to do here is may be to run in debug modeand when it connects for second time and hangs, I would pause and see where it...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Thanks Oleg, I downloaded the source successfully. I had to make a few changes to make it compile in VS2008 (replacing default parameters with overloaded functions).I am having a problem with the...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
Hi! Tried the following:- open one SFTP-Connection to a server- starting several downloads parallel (tried sync and async)- Exception is thrown by checking if "isConnected" (it's called before starting...
View ArticleNew Post: Hang connecting to MYSQL
Hi Oleg,It pauses for a few seconds on the following lines after its passed through the first time:conn.Open();da.Fill(dt);When you connect without SSH the code is fine now matter how many time you...
View ArticleNew Post: SCP copy to a specific folder
Hi OlegLinux uktnlx01 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686The above distro causes the error for copying directories with path delimiters / I've not tried on any others. I work with...
View ArticleNew Post: Recursive Directory Listing - sftp
Hi,Kind of new to all this and have been attempting to create a simple complete directory listing of a remote sftp server. I can get the root directory list and define whether it's a file or another...
View ArticleNew Post: su command
thanks Olegkap, I roselved using a ShellStream, here is the codeusing System; using System.Collections.Generic; using System.Linq; using System.Text; using Renci.SshNet; using System.IO; using...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
I tried the exact same thing with the exact same results.When I compile the 35 project in VS2010, however, the compiled DLL works just fine. It seems like something is not compatible between VS2008...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hi Gerri, Does it connect to SSH server if you try to execute a command or to do anything else?I suspect I have an error somewhere .NET35 specific classes, I would look there and see if I can figure...
View ArticleNew Post: SCP copy to a specific folder
Hi,On my servers, including CentOS that I have, I manged to upload directory correctly without providing a full path when uploading file or directory.So I guess I have a problem with recreating the...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
Hi, Can you post code example that you use t download?Also, what kind of exception does it throw? Thanks,Oleg
View ArticleNew Post: Hang connecting to MYSQL
Hi, Can you try to add this: port.Exception += delegate(object sender, ExceptionEventArgs e) { Console.WriteLine(e.Exception.ToString()); }; port.RequestReceived += delegate(object sender,...
View ArticleNew Post: Carriage Returns Stipped from Downloaded File?
Hi, Thanks for testing it out.From what I was checking SFTP does not have any special flags to handle ASCII file differently.I also dont do any special handling of data when I receive it so it may be...
View ArticleNew Post: Recursive Directory Listing - sftp
Hi, Well, at this moment, I guess the only option would be is to itterate thru all items and if its directory then issue another list call, etc' etc'. Hope it helps,Thanks,Oleg
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
HI MIke, thanks for your reply, it's good to know I'm not alone :-) I will try compiling in VS2010 (passing it to someone who has that version) and see if that resolves the issue. Hi Oleg, I am getting...
View Article