A forum for Spin users
You are not logged in.
Visitors of spinroot.com now have to go through a CAPTCHA. I suspect this is to protect this forum from spam.
However it also breaks all scripts that automatically download Spin for installation. Typically you get:
% wget https://spinroot.com/spin/Src/src646.tar.gz
--2017-05-24 18:15:14-- https://spinroot.com/spin/Src/src646.tar.gz
Resolving spinroot.com (spinroot.com)... 104.28.10.21, 104.28.11.21, 2400:cb00:2048:1::681c:b15, ...
Connecting to spinroot.com (spinroot.com)|104.28.10.21|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-05-24 18:15:14 ERROR 403: Forbidden.
Would it be possible to not put those tarballs behind such a protection?
Offline
When I try the exact same command, it succeeds.
Must be something else that's triggering the error for you.
$ wget https://spinroot.com/spin/Src/src646.tar.gz
--2017-05-24 13:25:12-- https://spinroot.com/spin/Src/src646.tar.gz
Resolving spinroot.com (spinroot.com)... 104.28.10.21, 104.28.11.21, 2400:cb00:2048:1::681c:a15, ...
Connecting to spinroot.com (spinroot.com)|104.28.10.21|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 292958 (286K) [application/x-gzip]
Saving to: ‘src646.tar.gz’
src646.tar.gz 100%[===========================================>] 286.09K 986KB/s in 0.3s
2017-05-24 13:25:12 (986 KB/s) - ‘src646.tar.gz’ saved [292958/292958]
Offline