linux:commands:network:curl

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:commands:network:curl [2015/07/28 14:33] ともやんlinux:commands:network:curl [2023/08/08 23:30] (現在) – [axel - 高速ダウンロードツール] ともやん
行 18: 行 18:
 $ curl -C - -o datafile.tar.gz http://xxxxxxx.com/datafile.tar.gz $ curl -C - -o datafile.tar.gz http://xxxxxxx.com/datafile.tar.gz
 ** Resuming transfer from byte position 12345 ** Resuming transfer from byte position 12345
 +</code>
 +
 +===== aria2 =====
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>sudo</b> dnf install aria2
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +メタデータの期限切れの最終確認: 0:09:34 時間前の 2023年08月08日 23時13分17秒 に実施しました。
 +依存関係が解決しました。
 +==============================================================================================================
 + パッケージ             アーキテクチャー        バージョン                      リポジトリー            サイズ
 +==============================================================================================================
 +インストール:
 + <b class=GRN>aria2                 </b> x86_64                  1.36.0-4.fc38                   fedora                  1.3 M
 +
 +トランザクションの概要
 +==============================================================================================================
 +インストール  1 パッケージ
 +
 +ダウンロードサイズの合計: 1.3 M
 +インストール後のサイズ: 4.1 M
 +これでよろしいですか? [y/N]: y
 +パッケージのダウンロード:
 +aria2-1.36.0-4.fc38.x86_64.rpm                                                1.4 MB/s | 1.3 MB     00:00    
 +--------------------------------------------------------------------------------------------------------------
 +合計                                                                          589 kB/s | 1.3 MB     00:02     
 +トランザクションの確認を実行中
 +トランザクションの確認に成功しました。
 +トランザクションのテストを実行中
 +トランザクションのテストに成功しました。
 +トランザクションを実行中
 +  準備             :                                                                                      1/1 
 +  インストール中   : aria2-1.36.0-4.fc38.x86_64                                                           1/
 +  scriptletの実行中: aria2-1.36.0-4.fc38.x86_64                                                           1/
 +  検証             : aria2-1.36.0-4.fc38.x86_64                                                           1/
 +
 +インストール済み:
 +  aria2-1.36.0-4.fc38.x86_64                                                                                  
 +
 +完了しました!
 +</pre></html></WRAP>
 +</WRAP>
 +
 +===== axel - 高速ダウンロードツール =====
 +Axel はマルチスレッドで高速ダウンロードするツールである。\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>sudo</b> dnf install axel
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +依存関係が解決しました。
 +==============================================================================================================
 + パッケージ            アーキテクチャー        バージョン                       リポジトリー            サイズ
 +==============================================================================================================
 +インストール:
 + <b class=GRN>axel                 </b> x86_64                  2.17.11-4.fc38                   fedora                   81 k
 +
 +トランザクションの概要
 +==============================================================================================================
 +インストール  1 パッケージ
 +
 +ダウンロードサイズの合計: 81 k
 +インストール後のサイズ: 197 k
 +これでよろしいですか? [y/N]: y
 +パッケージのダウンロード:
 +axel-2.17.11-4.fc38.x86_64.rpm                                                 94 kB/s |  81 kB     00:00    
 +--------------------------------------------------------------------------------------------------------------
 +合計                                                                           19 kB/s |  81 kB     00:04     
 +トランザクションの確認を実行中
 +トランザクションの確認に成功しました。
 +トランザクションのテストを実行中
 +トランザクションのテストに成功しました。
 +トランザクションを実行中
 +  準備             :                                                                                      1/1 
 +  インストール中   : axel-2.17.11-4.fc38.x86_64                                                           1/
 +  scriptletの実行中: axel-2.17.11-4.fc38.x86_64                                                           1/
 +  検証             : axel-2.17.11-4.fc38.x86_64                                                           1/
 +
 +インストール済み:
 +  axel-2.17.11-4.fc38.x86_64                                                                                  
 +
 +完了しました!
 +</pre></html></WRAP>
 +</WRAP>
 +マルチスレッドで高速ダウンロード
 +<code>
 +$ axel -n 10 http://xxxxxxx.com/datafile.tar.gz
 </code> </code>
  
  • linux/commands/network/curl.1438061626.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)