Vitalii
Vitalii
If I correctly understand you, @chuckwagoncomputing , you suggest to add a check on each of [ReadDir, Stat, etc] functions? Instead, I want to suggest to create new function which...
Thanks for explanation. Unfortunately I have no ideas how we can deal with this.
@chripo , to remove `TeeReader` from `req()` method we should perform auth checking in separate method. For example, I propose to return `c.Connect()` method, but use PROPFIND instead of OPTIONS.
I read RFCs, and this things is important for us: 1. We **should** use `application/xml` instead of `text/xml` in `Content-Type` header inside `client.propfind()` method: ```go rs, err := c.req("PROPFIND", path,...
I want to show progress for several lines simultaneously, like during `docker pull`:  Or just update each line, like this:  Is it possible with `abiosoft/ishell`?
Ok, thanks