up

command module
v0.0.0-...-2b41b3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: MIT Imports: 15 Imported by: 0

README

Up ⤴️

Go Report Card

Up is a simple utility for uploading stuff to BackBlaze's B2 cluod storage service. It's merely a thin wrapper around Blazer by @kurin.

Build / Install

git clone https://github.com/alpn/up.git
cd up
go build

# optionally, move the binary to a PATH directory, e.g
mv up /usr/local/bin

Usage

Uploading files and directories
# upload files and *ignore* directories
up file1 file2 ..

# upload files and directories
up -dir file1 file2 dir1 dir2 ..

Uploading pipes

curl -s https://example.com/file.dat | up -pipe -bucket BUCKET_NAME

TODO

  • Add encryption
  • Add tests

Credits

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL