Re: [cmake-developers] [PATCH] cmFileCommand: Download continuation support

2016-08-16 Thread Brad King
On 08/16/2016 07:11 AM, Titov Denis wrote: > This patch introduces several options for the file(DOWNLOAD ...) command, > which > would be useful in case of dealing with big files or unstable network > connections. Nice, thanks. Good start. Here are a few minor comments. > The added options

[cmake-developers] [PATCH] cmFileCommand: Download continuation support

2016-08-16 Thread Titov Denis
This patch introduces several options for the file(DOWNLOAD ...) command, which would be useful in case of dealing with big files or unstable network connections. The added options are: RETRY_COUNT -- sets maximal amount of download restarts, default value: 1 RETRY_DELAY -- sets delay before