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: 28 days ago
JSON representation
A web based drag and drop file transfer tool for sending files across the internet.
- Host: GitHub
- URL: https://github.com/0xcaff/dnd
- Owner: 0xcaff
- License: mit
- Created: 2016-10-09T05:23:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:27:14.000Z (over 1 year ago)
- Last Synced: 2024-04-28T01:39:01.482Z (8 months ago)
- Topics: go, transfer
- Language: Go
- Homepage:
- Size: 8.49 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cybersecurity-golang-security - dnd - A web based drag and drop file transfer tool for sending files across the internet. (File Transfer)
- awesome-go-security - dnd - A web based drag and drop file transfer tool for sending files across the internet. (File Transfer)
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