Categorygithub.com/hellodhlyn/hcp
modulepackage
1.0.0
Repository: https://github.com/hellodhlyn/hcp.git
Documentation: pkg.go.dev

# README

hcp - copy via http

Transfer files between devices via HTTP

Usage

Start server

docker run -p 8080:8080 hellodhlyn/hcp

Transfer files

You can upload and download files using HTTP clients such as curl or wget.

For example:

# Upload
curl -F 'file=@/path/to/file' http://<server-address>/<key>

# Download
curl -o <filename> -f http://<server-address>/<key>

# Functions

No description provided by the author
No description provided by the author