Actions
Feature #9527
openmake Net::HTTP.get_print not only to $stdout but to an IO as a parameter
Status:
Open
Assignee:
-
Target version:
-
Description
e.g.
url = 'http://server/path/large-file.zip'
fh = File.new(File.basename(url), 'wb')
Net::HTTP.get_print(URI(url), fh)
fh.close
imho looks good
Actions
Like0
Like0