Simple and secure file hosting web service in Go.
Install with:
go install github.com/fullfox/filedropper@latestcurl:
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.txtiwr -Uri "https://filedropper.eu/upload/myfile.txt?expiration=168h&public=yes" -UseBasicParsing -Method Put -InFile myfile.txtURL Parameters:
expiration- Duration in hours (e.g.,1h,24h,168h). Default:168h(7 days)public- Set toyesto list file publicly. Default: not public