multi-byte issue - WeOnlyDo Discussion board

multi-byte issue (General questions)

by bonghwan, Monday, May 25, 2009, 17:40 (5660 days ago)

i used FTPDlx.net v1.4.3.132

do not correct shown multi-byte directory or file name.
(multi-byte file name is korean,japanese,chineses etc..)

Re: multi-byte issue

by woddrazen, Monday, May 25, 2009, 20:35 (5660 days ago) @ bonghwan

Hi Bonghwan,


I preform test using Chinese on FileZilla server and wodFtpDLX.NET and I didn't manage to duplicate your problem.

Here is code I use[code] dlxnet1.Connect()

dlxnet1.ListDir( /test )

Dim item As WeOnlyDo.Client.DirItem

For Each item In dlxnet1.DirItems
Debug.Print(item.Name)
Next[/code]
Can you show us maybe some example how your filename and folder look like?

Regards,
Drazen

Re: multi-byte issue

by bonghwan, Wednesday, May 27, 2009, 16:54 (5658 days ago) @ woddrazen

Hi Drazen,

filezilla ftp server is ok. but my ftp server is wrong.
can i send my ftp server access information?

my ftp server is synology diskstation(DS-101)

regards.

Re: multi-byte issue

by woddrazen, Wednesday, May 27, 2009, 16:59 (5658 days ago) @ bonghwan

Bonghwan,


You can send your server information to:

techsupport@weonlydo.com

Please also tell us which client is working correctly with that server.


Drazen