Strange Beheviour when listing directories with fi - WeOnlyDo Discussion board

Strange Beheviour when listing directories with fi (General questions)

by tunele, Monday, October 29, 2007, 19:10 (6235 days ago)

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

by woddrazen, Monday, October 29, 2007, 19:54 (6235 days ago) @ tunele

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

by tunele, Tuesday, October 30, 2007, 10:08 (6234 days ago) @ woddrazen

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

by wodDamir, Tuesday, October 30, 2007, 11:18 (6234 days ago) @ tunele

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

by tunele, Tuesday, October 30, 2007, 20:49 (6234 days ago) @ wodDamir

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

by wodGrof, Wednesday, October 31, 2007, 00:29 (6233 days ago) @ tunele

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

by tunele, Wednesday, October 31, 2007, 09:30 (6233 days ago) @ wodGrof

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