WebDavClient icon indicating copy to clipboard operation
WebDavClient copied to clipboard

download file is not working ...

Open emadalslahi opened this issue 4 years ago • 0 comments

     Using res = Await _client.GetRawFile(_remot_path)
                    Using strm = New StreamReader(res.Stream)
                        Dim _outFile = strm.ReadToEnd()

output is just ����

emadalslahi avatar Jan 02 '22 15:01 emadalslahi