Bonsoir,
je connais pas pas du tout "wget.exe", alors j'ai taper sur google "wget" et j'ai pris le premier lien qui m'est venu, j'ai ensuite parcouru et suis tombé sur le manuelle d'utilisation qui se trouve
ici
Si vous chercher un peux, vous pouvez trouver ces parametre ci; "‘--progress=type’"
apparemment ca permet ca;
► Afficher le texte
Select the type of the progress indicator you wish to use. Legal indicators are “dot” and “bar”.
The “bar” indicator is used by default. It draws an ascii progress bar graphics (a.k.a “thermometer” display) indicating the status of retrieval. If the output is not a TTY, the “dot” bar will be used by default.
Use ‘--progress=dot’ to switch to the “dot” display. It traces the retrieval by printing dots on the screen, each dot representing a fixed amount of downloaded data.
When using the dotted retrieval, you may also set the style by specifying the type as ‘dot:style’. Different styles assign different meaning to one dot. With the default style each dot represents 1K, there are ten dots in a cluster and 50 dots in a line. The binary style has a more “computer”-like orientation—8K dots, 16-dots clusters and 48 dots per line (which makes for 384K lines). The mega style is suitable for downloading very large files—each dot represents 64K retrieved, there are eight dots in a cluster, and 48 dots on each line (so each line contains 3M).
Note that you can set the default style using the progress command in .wgetrc. That setting may be overridden from the command line. The exception is that, when the output is not a TTY, the “dot” progress will be favored over “bar”. To force the bar output, use ‘--progress=bar:force’.
Bref; ca c'est en utilisant wget ...
Une autre possibilité, est de vérifié par temps intermediaire le fichier en cours de telechargement et de voir qu'elle taille il a. Avec une simple règle de 3, vous pouvez aisement extirper les informations que vous voulez, (vitesse de telechargement, temps approximatif que ca prendrai, combien de %, ...)