Re: does wodSFTPdll support unicode? (General questions)
thanks for you quick response.
How can I use unicode characters then, if GetFile function accepts only pointer to char? Can I use multibyte characters? Let's say use wcstombs function to convert wide characters to multibyte characters and pass it to GetFile ? Will GetFile work correctly?