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.1.tar.gz (15.2 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.1-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for p2p_copy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f97cadae7a885e34e7ba7d11e06cfabc55a9648c205b0511880b4c4938ed04ae
MD5 5fba4e90be8adda55e7264fdcdd1eb82
BLAKE2b-256 1830c9a8483972b13ff30d88756ac9f04da00e27eab25cc2c66cae76922072bd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for p2p_copy-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e5cc05abafbb0f6affbb3093b84e6cbe6e923fb0259675028d54da45df9b3a8
MD5 539190732f3116cbcc9c63ea95013f43
BLAKE2b-256 a1b945d5be45c3ee9167e9021c86fc8534fe6dfc26021cd2ee564916aef01663

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