multi-byte issue (General questions)
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
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
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
Bonghwan,
You can send your server information to:
techsupport@weonlydo.com
Please also tell us which client is working correctly with that server.
Drazen