but most of the times you can directly get the URL of the file,
open a terminal and type (without [])
wget -drc [URL]
if you need to pass from a proxy if you did not set the proxy address yet
export http_proxy="[url]:[port]"
example
export http_proxy="http://cache.pdn.ac.lk:3128"
No comments:
Post a Comment