skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
158 stars 30 forks source link

download file is not working ... #67

Open emadalslahi opened 2 years ago

emadalslahi commented 2 years ago
     Using res = Await _client.GetRawFile(_remot_path)
                    Using strm = New StreamReader(res.Stream)
                        Dim _outFile = strm.ReadToEnd()

output is just ����