Merge pull request #70 from jontxux/master

Other link to upload files
This commit is contained in:
Igor Chubin 2020-12-31 21:25:34 +01:00 committed by GitHub
commit f2d6be3f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl -s tinyurl.com/api-create.php?url=<link>` * `curl -s tinyurl.com/api-create.php?url=<link>`
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh` * :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
* `curl https://is.gd/create.php?format=simple&url=<link>`
## File Transfer ## File Transfer
@ -114,6 +115,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl --upload-file <file> filepush.co/upload/<filename>` * `curl --upload-file <file> filepush.co/upload/<filename>`
* `curl -F file=@<file> https://ttm.sh` * `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` * `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>`
## Browser ## Browser