Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NetCopy

[![CI](https://github.com/VirusAlex/NetCopy/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/VirusAlex/NetCopy/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/VirusAlex/NetCopy?display_name=tag&sort=semver&color=blue)](https://github.com/VirusAlex/NetCopy/releases/latest)
[![Container](https://img.shields.io/badge/ghcr.io-virusalex%2Fnetcopy-black?logo=docker)](https://github.com/VirusAlex/NetCopy/pkgs/container/netcopy)
[![License](https://img.shields.io/github/license/VirusAlex/NetCopy?color=brightgreen)](LICENSE)
[![Java 25](https://img.shields.io/badge/Java-25-orange?logo=openjdk&logoColor=white)](https://adoptium.net/)

Fast multi-stream file transfer between two trusted hosts on a LAN. Built for
the "copy a few hundred GB across the room" case where NFS is overkill,
`scp` is single-stream, and `rsync` does not give you a browsable UI or live
Expand Down
Loading