GithubHelp home page GithubHelp logo

stefins / arise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arisetransfer/arise

1.0 0.0 0.0 1.93 MB

Transfer file between two devices using gRPC streams.

License: MIT License

Dockerfile 1.73% Go 98.27%

arise's Introduction

goreleaser GoDoc

Arise File Transfer

Transfer file between two devices using gRPC streams.

Installation

Using Go

go get -u github.com/arisetransfer/arise

Or Download the binary from releases and add to your path

Setting up the config file

Create the config file

mkdir -p $HOME/.arise/ && touch $HOME/.arise/config.toml

and add IP and Port of the Server Example config.toml

# Configuration file for arise relay and port

ip = "127.0.0.1"

port = "6969"

Usage

To send a File

arise send filename

To Receive a File

arise receive unique_code

Setting Up The Server

Using Docker

docker pull ghcr.io/arisetransfer/arise:latest
docker run -d -p 6969:6969 ghcr.io/arisetransfer/arise:latest

Using CLI

arise relay

This will listen on port 6969

Help

NAME:
   arise - Transfer file between two devices

USAGE:
   arise [global options] command [command options] [arguments...]

COMMANDS:
   send     Send the file over relay
   relay    Start an arise relay on port default(6969)
   receive  Receive file using the unique code
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

License

MIT

arise's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.