-
Task
-
Resolution: Fixed
-
Minor
-
-
GSoC 2019. Coding Phase 3
Currently, the HttpGet would be downloading the whole file and then another download of the file would occur because of the copyURLToFile. Using HttpHead would only get the headers, which should tell you if the file exists at that URL and get the redirection info.