Skip to main content

Python library and command-line tool for transferring files and directories over a WebSocket relay server

Project description

p2p-copy

PyPI version Python 3.10+ License: MIT Docs

p2p-copy is a Python library and command-line tool for transferring files and directories over a WebSocket relay server. It supports chunked streaming, optional end-to-end encryption, compression, and resume functionality, making it suitable for environments with restrictive firewalls, such as high-performance computing (HPC) systems. The tool avoids dependencies on SSH or inbound ports, relying instead on outbound connections over ports like 443.

The design prioritizes performance, low resource usage, and simplicity, with a stateless relay that forwards data without storage. For details on the protocol and internals, see Features.

Full Documentation

For detailed guides, visit the full documentation site.

Quickstart

Install via pip:

pip install p2p-copy[security]

Run Relay (one terminal)

p2p-copy run-relay-server localhost 8765 --no-tls  # For development
# Or with TLS: --tls --certfile cert.pem --keyfile key.pem

Send Files (another terminal)

p2p-copy send ws://localhost:8765 mysecretcode /path/to/files_or_dirs --encrypt --compress on --resume

Receive (third terminal)

p2p-copy receive ws://localhost:8765 mysecretcode --out ./downloads --encrypt

Use the same mysecretcode for sender and receiver pairing. For full CLI details, see Usage. For production relay setup, see Relay Setup.

Key Aspects

  • Pairing and Transfer: Clients connect to a relay using a shared code (hashed for security). Files are streamed in chunks with integrity checks.
  • Optional Features: End-to-end encryption (AES-GCM with Argon2-derived keys), per-file compression (Zstandard), and the option to resume partial transfers.
  • Use Cases: Designed for HPC workflows where traditional tools like SCP or rsync are limited by firewalls or configuration requirements.
  • API Integration: Embeddable in Python scripts; see API.

For installation instructions, see Installation. For module structure, see Module Layout.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

p2p_copy-0.1.2.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

p2p_copy-0.1.2-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

Details for the file p2p_copy-0.1.2.tar.gz.

File metadata

  • Download URL: p2p_copy-0.1.2.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for p2p_copy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6510a25e2e86094eb8030ee0455b14d6f31a0159ea23a69874170b17e038230c
MD5 c1c9d913c2d9a7fff9c954b498948a94
BLAKE2b-256 99cb21b08d139c98fc5343bb24301bf4754d5d5acd51fbbe49f989296fc938c9

See more details on using hashes here.

File details

Details for the file p2p_copy-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: p2p_copy-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for p2p_copy-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 76cbc06b0b90b51261f87c5b465fde65225bdf8c708c72ffd6e7f9be1dfe207c
MD5 17486eae4638d3a5fb0b51f161ab790e
BLAKE2b-256 788f4ab9da74b03609c9ff35cd838fb3c7792d3344506ef85f111152f2a42ebc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page