No, just the standard download links for Linux?
From the US of A:
Code:
curl -v http://www.stereotool.com/download/stereo_tool_cmd
* About to connect() to www.stereotool.com port 80 (#0)
* Trying 64.22.89.243... connected
* Connected to www.stereotool.com (64.22.89.243) port 80 (#0)
> GET /download/stereo_tool_cmd HTTP/1.1
> User-Agent: curl/7.21.3 (amd64-portbld-freebsd8.2) libcurl/7.21.3 OpenSSL/0.9.8q zlib/1.2.3 c-ares/1.7.4 libssh2/1.2.8
> Host: www.stereotool.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host www.stereotool.com left intact
curl: (52) Empty reply from server
* Closing connection #0
Exit 52
From New Zealand:
Code:
micro:~> curl -v http://www.stereotool.com/download/stereo_tool_cmd
* About to connect() to www.stereotool.com port 80 (#0)
* Trying 64.22.89.243... connected
* Connected to www.stereotool.com (64.22.89.243) port 80 (#0)
> GET /download/stereo_tool_cmd HTTP/1.1
> User-Agent: curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: www.stereotool.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host www.stereotool.com left intact
curl: (52) Empty reply from server
* Closing connection #0
I get the same "Empty Reply" message in Chrome. Other download links work just fine.
Tim