http::geturl usage
Posted to
tcl
by evilotto at Fri Sep 28 23:00:51 GMT 2018
view raw
package
require http 2
proc
httpDownload {url
file
} {
set
tok [http::geturl
$url
]
set
fd [
open
$file
w]
puts
-nonewline
$fd
[http::data
$tok
]
close
$fd
http::cleanup
$tok
}
Recent Posts
tcl by oldlaptop
5 days ago
tcl by mookie
11 days ago
tcl by dandyn
17 days ago
tcl by Bradipo
17 days ago
tcl by Bradipo
17 days ago
tcl by oldlaptop
42 days ago
tcl by oldlaptop
42 days ago
tcl by mookie
47 days ago
tcl by mookie
47 days ago
tcl by georgtree
49 days ago
Submit
New paste
Documentation
From Jabber