Re: [Vala] Is it possible in Vala to part-download remote file ?

2018-01-26 Thread Marcin Lewandowski
See documentation of libsoup library. You can do all sorts of requests out there. If the server supports Range HTTP headers you will be able to fetch file from any point. Marcin Dnia sob., sty 27, 2018 o 07:26, Manish Jain napisaƂ: > Hi All, I am fairly new to Vala

[Vala] Is it possible in Vala to part-download remote file ?

2018-01-26 Thread Manish Jain
Hi All, I am fairly new to Vala and am loving the way it is documented. For a start-up project, I am trying to create a dual-threaded downloader which downloads a remote file in two segments, each on a separate thread. One thread downloads the first half of the file, and the other thread