Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 354 Bytes

rscp

a rust implementation of scp, using QUIC protocol

Features

  • Use QUIC protocol
  • Entire file SHA256 checksum

Usage

server

cargo run --bin rscp -- --server

client

cargo run --bin rscp -- --source localhost:src/path --target dst/path
cargo run --bin rscp -- --source src/path --target localhost:dst/path