Skip to content
/ dnd Public

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

License

Notifications You must be signed in to change notification settings

0xcaff/dnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DnD

Build Status

A file transfer tool.

Demo

Demo

Usage

Get

go get github.com/0xcaff/dnd

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

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