SFML community forums

General => Feature requests => Topic started by: Ruckamongus on July 11, 2012, 03:47:22 am

Title: File Downloading
Post by: Ruckamongus on July 11, 2012, 03:47:22 am
I searched around and couldn't find much for a way to download a file from the net. I have a very primitive HTTP download function which works, but it would be nice to be able to get the progress of the download, pause a download, et cetera. I have very little understanding about the HTTP protocol, so I apologize if this is already available through HTTP. (If so I'd really appreciate a push in the right direction in how to implement the functionality.)
Title: Re: File Downloading
Post by: Laurent on July 11, 2012, 08:15:10 am
Quote
it would be nice to be able to get the progress of the download, pause a download, et cetera.
This is more or less planned for a future version.
Title: Re: File Downloading
Post by: Ruckamongus on July 11, 2012, 04:00:21 pm
Awesome, thanks for the quick reply Laurent. :)