mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
Update README.md
Edited capitalization of some sections to better follow the rest of the readme.
This commit is contained in:
parent
e97fdcb293
commit
156daa5a24
1 changed files with 4 additions and 4 deletions
|
@ -15,17 +15,17 @@ The service at transfersh.com is of unknown origin and reported as cloud malware
|
||||||
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
|
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Encrypt & upload:
|
### Encrypt & Upload:
|
||||||
```bash
|
```bash
|
||||||
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
|
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
|
||||||
````
|
````
|
||||||
|
|
||||||
### Download & decrypt:
|
### Download & Decrypt:
|
||||||
```bash
|
```bash
|
||||||
$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
|
$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upload to virustotal:
|
### Upload to Virustotal:
|
||||||
```bash
|
```bash
|
||||||
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
|
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
|
||||||
```
|
```
|
||||||
|
@ -221,7 +221,7 @@ Contributions are welcome.
|
||||||
|
|
||||||
**Stefan Benten**
|
**Stefan Benten**
|
||||||
|
|
||||||
## Copyright and license
|
## Copyright and License
|
||||||
|
|
||||||
Code and documentation copyright 2011-2018 Remco Verhoef.
|
Code and documentation copyright 2011-2018 Remco Verhoef.
|
||||||
Code and documentation copyright 2018-2020 Andrea Spacca.
|
Code and documentation copyright 2018-2020 Andrea Spacca.
|
||||||
|
|
Loading…
Reference in a new issue