Is it possible to consult the state of progress of a Firefox (http) download with a SSH connection?
When I log to an new TTY, is it possible to see a Process who's the Firefox download with a percent or something like that?
feedback
|
|
Just use | |||
|
feedback
|
|
Firefox saves the file it is downloading under ${original-filename}.part before moving it once the download is complete. You can examine the file size of the .part file with a command line tool such as | |||||
feedback
|
|
No, this is not possible (without additional software). To my knowledge, Firefox has no built-in way to produce a report on one of its graphical windows with terminal output. In theory, this functionality could be provided by a Firefox addon or an external script. You could use VNC (or VNC-over-SSH if you like) to remotely view the state of the desktop, including the Firefox window. Or, you could use | |||
|
feedback
|
|
You have a Ubuntu system with Firefox installed that is downloading an update. The intention is to follow the progress of the download -- if required through another SSH login to the same Ubuntu system. From a purely academic standpoint, this should be feasible with an iptables meter tracking the download TCP connection. The meter will of course count only from the time it is started. If you know the target size of the download, you can estimate the progress. Finally, it would be more practical to use wget or curl for the purpose as already suggested. | ||||
|
feedback
|