Skip to content

fullfox/filedropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filedropper

Simple and secure file hosting web service in Go.

Install with:

go install github.com/fullfox/filedropper@latest

Upload via commands

curl:

curl -T myfile.txt "https://filedropper.eu/upload/myfile.txt"
curl -T myfile.txt "https://filedropper.eu/upload/myfile.txt?expiration=168h&public=yes"

PowerShell:

iwr -Uri "https://filedropper.eu/upload/myfile.txt" -UseBasicParsing -Method Put -InFile myfile.txt
iwr -Uri "https://filedropper.eu/upload/myfile.txt?expiration=168h&public=yes" -UseBasicParsing -Method Put -InFile myfile.txt

URL Parameters:

  • expiration - Duration in hours (e.g., 1h, 24h, 168h). Default: 168h (7 days)
  • public - Set to yes to list file publicly. Default: not public

About

Simple and secure file hosting web service in Go. Rework of https://github.com/fullfox/filedropper_old

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published