ご提示のURL http://ozuma.sakura.ne.jp/linux/sample.tar.gz だと HTTPステータスが301 Moved Permanently なので、この内容に従ってhttpsの方、
https://ozuma.sakura.ne.jp/linux/sample.tar.gz でダウンロードして展開するといけます。
sh
1$ curl -o sample.tar.gz http://ozuma.sakura.ne.jp/linux/sample.tar.gz
2 % Total % Received % Xferd Average Speed Time Time Time Current
3 Dload Upload Total Spent Left Speed
4100 254 100 254 0 0 8466 0 --:--:-- --:--:-- --:--:-- 8466
5$ cat sample.tar.gz
6<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
7<html><head>
8<title>301 Moved Permanently</title>
9</head><body>
10<h1>Moved Permanently</h1>
11<p>The document has moved <a href="https://ozuma.sakura.ne.jp/linux/sample.tar.gz">here</a>.</p>
12</body></html>
https の方でダウンロードします。
sh
1
2$ curl -o sample1.tar.gz https://ozuma.sakura.ne.jp/linux/sample.tar.gz
3 % Total % Received % Xferd Average Speed Time Time Time Current
4 Dload Upload Total Spent Left Speed
5100 523 100 523 0 0 9175 0 --:--:-- --:--:-- --:--:-- 9175
6
7$ file sample1.tar.gz
8sample1.tar.gz: gzip compressed data, last modified: Mon Apr 6 15:14:55 2015, from Unix
9
10$ tar xzvf sample1.tar.gz
11drink.txt
12drink2.txt
13example.txt
14file1
15file2
16file3
17number.txt
18score.csv