Skip to content

A Rust implementation of scp, using QUIC protocol

License

Notifications You must be signed in to change notification settings

bitcapybara/rscp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust implementation of scp, using QUIC protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages