Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/0xcaff/dnd

A web based drag and drop file transfer tool for sending files across the internet.
https://github.com/0xcaff/dnd

go transfer

Last synced: about 1 month ago
JSON representation

A web based drag and drop file transfer tool for sending files across the internet.

Lists

README

        

DnD
===

[![Build Status][build-status-image]][build-status]

A file transfer tool.

Demo
----

![Demo][demo]

Usage
-----

Get

go get github.com/0xcaff/dnd

[or download the latest release (you don't need go to run it)][latest]

Run

dnd

Now navigate to `host:port`, select or drop files onto the page. The files will
be uploaded to the current directory.

Build
-----
If building an stand alone binary for distribution, the static assets must be
packaged.

go generate
go build

[demo]: https://0xcaff.github.io/dnd/demo-progress.gif
[latest]: https://github.com/0xcaff/dnd/releases

[build-status-image]: https://travis-ci.org/0xcaff/dnd.svg?branch=master
[build-status]: https://travis-ci.org/0xcaff/dnd