You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use DavFile::get to download some files. For the few cases I have tried it seems that DavFile::get returns -1 instead of the number of bytes read, but as far as I can tell, the read succeeds and no DavixError is thrown. I wanted to ask if I am indeed making an error here.
Hello,
I would like to use
DavFile::get
to download some files. For the few cases I have tried it seems thatDavFile::get
returns -1 instead of the number of bytes read, but as far as I can tell, the read succeeds and noDavixError
is thrown. I wanted to ask if I am indeed making an error here.e.g.
prints
Thank you very much for your time.
Setup
devel
branchThe text was updated successfully, but these errors were encountered: