← 返回
开发者工具 中文

Pget

Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step.
使用 pget CLI 进行并行文件下载及可选的 tar 解压(支持单个 URL 或多文件清单)。适用于需要从 HTTP(S)/S3/GCS 高速下载、分块加速大文件,或一步完成下载并解压 .tar/.tar.gz 文件的场景。
kelvincai522
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,986
下载
💾 0
安装
1
版本
#latest

概述

Pget

Overview

Use pget for fast, parallel downloads and optional in‑memory tar extraction. Prefer it over curl/wget for large files or batch downloads.

Quick start

  • Single file: pget
  • Extract tar after download: pget -x
  • Multi-file manifest: pget multifile (or - for stdin)

Tasks

1) Download a single large file quickly

  1. Choose destination path.
  2. Run:

```bash

pget

```

  1. Tune if needed:
    • --concurrency to change chunk parallelism
    • --chunk-size 125M (or other size)
    • --retries
    • --force to overwrite

2) Download and extract a tar archive

Use when the URL points to a .tar, .tar.gz, or similar.

pget <url> <dest> -x

This extracts in‑memory without writing the tar to disk first.

3) Download many files with a manifest

  1. Create a manifest with URL + space + DEST per line.
  2. Run:

```bash

pget multifile /path/to/manifest.txt

# or

cat manifest.txt | pget multifile -

```

  1. Tune:
    • --max-concurrent-files
    • --max-conn-per-host

Notes & pitfalls

  • Use --force if the destination exists and you need overwrite.
  • --connect-timeout accepts duration (e.g., 10s).
  • --log-level debug or --verbose for troubleshooting.

References

  • Load references/pget.md for full option list and examples.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,739
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 426 📥 118,046
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,873