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