From b6bf00a3bf09e7be67f2c508228864c4f89cf4cf Mon Sep 17 00:00:00 2001 From: Jon Bergerandi Date: Wed, 16 Dec 2020 12:27:28 +0100 Subject: [PATCH 1/3] Add oshi.at for file transfer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0079846..a2eced5 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl --upload-file filepush.co/upload/` * `curl -F file=@ https://ttm.sh` * `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @` and `curl -LO https://patchbay.pub/your-custom-filepath.exe` +* `nc oshi.at 7777 < file` ## Browser From b1e2c91ddc2d90a63913d7cf2b92e4284d03e049 Mon Sep 17 00:00:00 2001 From: Jon Bergerandi Date: Wed, 16 Dec 2020 12:57:17 +0100 Subject: [PATCH 2/3] Add with curl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2eced5..110d3b8 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl --upload-file filepush.co/upload/` * `curl -F file=@ https://ttm.sh` * `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @` and `curl -LO https://patchbay.pub/your-custom-filepath.exe` -* `nc oshi.at 7777 < file` +* `nc oshi.at 7777 < ` or `curl https://oshi.at -F f=@` ## Browser From 9aa10a5ec61e876717e0caed9eccd5ad4f43bf7e Mon Sep 17 00:00:00 2001 From: Jon Bergerandi Date: Thu, 17 Dec 2020 10:28:39 +0100 Subject: [PATCH 3/3] Another shortener link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 110d3b8..c10eaaa 100644 --- a/README.md +++ b/README.md @@ -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=` * :no_entry_sign: `curl -F shorten= https://ttm.sh` +* `curl https://is.gd/create.php?format=simple&url=` ## File Transfer