Software
>>
Applications
>>
Utilities
>>
netcat
>>
How to download from a website using netcat
nc www.somedomain.com 80 < get.txt > output.txt where get.txt contains ---------------------- GET /relative_url_of_the_file HTTP/1.0 the page contents will be saved into output.txt
Please enable JavaScript to view the
comments powered by Disqus.