https://github.com/thecoder93/web-downloader
A little web downloader written in C
https://github.com/thecoder93/web-downloader
Last synced: 12 months ago
JSON representation
A little web downloader written in C
- Host: GitHub
- URL: https://github.com/thecoder93/web-downloader
- Owner: thecoder93
- Created: 2016-01-27T14:48:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T14:50:37.000Z (over 10 years ago)
- Last Synced: 2025-01-01T10:17:27.237Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is
This software download the HTML code of a site in a file named index.html
# How it works
For compilation use the command of UNIX `make`. It will found the Makefile and it will compiled the file `download.c`.
Then launch the software followed by URL of web site:
```sh
./download [webSite]
```
You will have the new file index.html which it will contain the HTML code.
The software use the sockets and requests `GET` of `HTTP protocol`.
### Version
1.0.0