Merge pull request #88 from imba-tjd/patch-1

Remove filepush.co
This commit is contained in:
Igor Chubin 2022-09-22 08:08:58 +02:00 committed by GitHub
commit 88d424c94f
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>`