Hi all,
I have a program which bulk-downloads files from a remote server. The program runs in console (I am not using SWING or AWT).
I would like to show progres (e.g. progress bar) while the files are being downloaded. Can someone point me to right direction... which classes to look into?
Appreciate your inputs.
Thanks.