When I call oc.put_file(), there is no responce from pyocclient till the upload operation is completed. For large files, I have to wait some time and not sure is it uploading or not.
I was wondering would it be possible to watch progress of uplaod operation when oc.put_file() is called?
When I call
oc.put_file(), there is no responce frompyocclienttill the upload operation is completed. For large files, I have to wait some time and not sure is it uploading or not.I was wondering would it be possible to watch progress of uplaod operation when
oc.put_file()is called?