This page is available in multiple languages. Read this page in: 日本, español, 简体中文, 繁體中文, français, عربى, हिन्दी, 한국인
The implementation to quickly download files from the web, in a short time.
Written in R, complete simple. It takes a short time, simply good. Use WebGet to doenload files from the world wide web.
For GnuBot use only. Download the other root version for other use cases.
Learn more about WebGet here.
If R returns a non-zero exit code, it is probably that the server receiving WebGet's HTTP request returned a non-200 HTTP response code. To check the response code, try looking in your command line. If it's HTTP 200 + exit code ≠ 0, then the problem is generic and it is something wrong with WebGet, so you should report it using this page.
- Clone using git:
git clone https://github.com/Tyler887/WebGet.git --single-branch <input version here>
- Install R:
- Apache based or non-mirrored: https://cran.r-project.org/bin
- Mirrored: https://cran.r-project.org/mirrors.html
- Command line:
- Windows:
cinst R.Project
(if Sudo is installed you can also usesudo cinst R.Project
) - All other OSes:
brew install r
(you can also usesudo brew install r
)
- Windows: