mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-29 10:16:25 +02:00
commit
88d424c94f
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
||||||
## File Transfer
|
## File Transfer
|
||||||
|
|
||||||
* `curl --upload-file <file> transfer.sh/<filename>`
|
* `curl --upload-file <file> transfer.sh/<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>`
|
* `nc oshi.at 7777 < <file>` or `curl https://oshi.at -F f=@<file>`
|
||||||
|
|
Loading…
Add table
Reference in a new issue