I need to implement the server side to download files via HTTP with a limited bandwidth and log each second the downloads.
As for the clients, I will use the wget
command.
Is it feasible using Java? If so are there any tools that could help me? Thanks.