Strange Beheviour when listing directories with fi (General questions)
Hi all,
I have been using wodssh activex in my vb6 application without any problem, now i am porting my application to vb.net, so i'm using wodssh.net, but i'm experiencing a problem, when listing the files in a directory, the files containing a + in their name are retrieved by the wodssh with strange chars instead of + . For example, the file named dd+ddd , is recognized as dd? .
I have never had this problem with the actviex version of wodssh.
Thanks
P.S.
I'm using wodSFTP.NET, the method ListAttributes to retrieve the list of files in a dir, and obviously the related event AttributesDataEvent
Re: Strange Beheviour when listing directories wit
Hi Toni,
Any chance we can connect there and duplicate your issue? You can send you private information to techsupport@weonlydo.com
You can try to use StripANSI Property and set value to True.
More help for StripANSI Property you can find here:
http://www.weonlydo.com/SSH.NET/Help/index.html?page=WeOnlyDo.Client.SSH.StripANSI.html
Also you can try to set TerminalType Property to tty or also to std.
More help for TerminalType Property you can find here:
http://www.weonlydo.com/SSH.NET/Help/index.html?page=WeOnlyDo.Client.SSH.TerminalType.html
Let us know how it goes.
Regards,
Drazen
Re: Strange Beheviour when listing directories wit
Sorry i made a mistake in my last post, i'm not using wodssh but wodsftp.net. The server runs on a windows server 2003 and the client runs on windows as well. The server sftp i'm using is coreftp server.
Re: Strange Beheviour when listing directories wit
Hi Tunele,
I've duplicated the issue. I've already forwarded this to our programmers to see if they can do the same.
We will inform you as soon as we find a solution for this.
Regards,
Damba
Re: Strange Beheviour when listing directories wit
Hi Tunele,
I've duplicated the issue. I've already forwarded this to our programmers to see if they can do the same.
We will inform you as soon as we find a solution for this.
Regards,
Damba
Ok, so in the next days i will be checking this topic, waiting for your answer [:smile:]
Thanks
Re: Strange Beheviour when listing directories wit
Tunele,
I think we solved your issue. Please request an updated version of wodSFTP.net from our website.
Regards,
Grof
Re: Strange Beheviour when listing directories wit
Tunele,
I think we solved your issue. Please request an updated version of wodSFTP.net from our website.
Regards,
Grof
Great job guys, it works! [:cool:]
I'll let you know if i find any other problem
Thanks