jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.88k stars 92 forks source link

Upload/Download progress check #260

Open shahnazari opened 2 years ago

shahnazari commented 2 years ago

Hey Jeff. Good job with providing this valuable and life saving app. I wonder if it could be possible in a way to check the progress of an upload or download task. I currently do it naively by looking at the network BW usage in System Monitor! Your reply is appreciated beforehand.

jstaf commented 2 years ago

Yeah probably the best way would be the method mentioned here (have a little icon with progress): https://github.com/jstaf/onedriver/issues/112#issuecomment-939304029

In the meantime though, you can check the logs - it will say "uploading bytes X of Y" with the amount of progress (if file is larger than 4MB, it is uploaded in chunks) and then "upload complete!" when done.