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
Recently I was working on a project which uses this as a dependency and adding progress bars for network file operations. I notice that the upload function yields xfered, total_size, local_path, remote, whereas the download function does not. Not sure why this is.
The text was updated successfully, but these errors were encountered:
Recently I was working on a project which uses this as a dependency and adding progress bars for network file operations. I notice that the
upload
function yieldsxfered, total_size, local_path, remote
, whereas the download function does not. Not sure why this is.The text was updated successfully, but these errors were encountered: