Vitalii

Results 6 comments of 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`: ![1](https://user-images.githubusercontent.com/5161479/50415768-a49bd900-0825-11e9-9ac9-728ee0509ea7.jpg) Or just update each line, like this: ![2](https://user-images.githubusercontent.com/5161479/50415960-a3b77700-0826-11e9-8723-a895baf66e77.jpg) Is it possible with `abiosoft/ishell`?