blob: cd20a93bb1390cd63ac7b73f0521d39b6362df9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
git-annex can use the WWW as a special remote, downloading urls to files.
See [[tips/using_the_web_as_a_special_remote]] for usage examples.
## notes
Currently git-annex only supports downloading content from the web;
it cannot upload to it or remove content.
This special remote uses arbitrary urls on the web as the source for content.
git-annex can also download content from a normal git remote, accessible by
http.
|