Remove filepush.co

This commit is contained in:
谭九鼎 2022-07-13 14:06:40 +08:00 committed by GitHub
parent 65e8e897c9
commit d5dfaa2675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,6 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
## File Transfer
* `curl --upload-file <file> transfer.sh/<filename>`
* `curl --upload-file <file> filepush.co/upload/<filename>`
* `curl -F file=@<file> https://ttm.sh`
* `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @<file>` and `curl -LO https://patchbay.pub/your-custom-filepath.exe`
* `nc oshi.at 7777 < <file>` or `curl https://oshi.at -F f=@<file>`