summaryrefslogtreecommitdiff
path: root/upload-svr.go
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02upload-svr.go: set last-modified to file mtimePeter Wu1-2/+7
2021-02-02upload-svr.go: print interface addressesPeter Wu1-0/+46
Every time I need to invoke `ip addr` or `ifconfig` to find addresses, might as well save some time by printing the local addresses directly.
2019-09-10upload-svr.go: fix panic with long filenamesPeter Wu1-1/+3
2019-05-04upload-svr.go: a modern temporary file serverPeter Wu1-0/+450
The previous tmp-upload script required PHP which is not always available. It also did not support TLS. This new version supports that and should be in a better position to handle large files as well. Created at 2019-03-31.