search on lynty.com

Related Articles

curl

Print PDF

Download file with 'curl'


curl -x 192.168.1.1:8080 -O (-o me_named_this_file_downloaded file.zip) url://------


-o ; download output to filename like '-o donwloaded_file.zip'
of
-O ; then file will cope the name of sourced file which we download

-x ; will tell the curl, if a proxy server should be used

 

Related Articles+