Linux wget, how to display progress percentage after session has reload?
- by skyrail
I am running debian Squeeze in console mode on a plug computer. I control it opening an SSH session from a Windows machine, on the same local network.
I started downloading a large file using wget.
What I get is a console progress bar showing the percentage of data downloaded, file size, and download rate.
When I close the session, debian is still running and downloading. Fine.
But When I close and reopen a session, how can see which amount of data was downloaded, using a linux command ?
thanks.