Browse Source

Updated 'Upload' section to insert '-X PUT' in the command as the default POST is failing at this time.

pull/154/head
Angsuman 5 years ago
parent
commit
ec94dc7802
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive) provide

### Upload:
```bash
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
$ curl -X PUT --upload-file ./hello.txt https://transfer.sh/hello.txt
```

### Encrypt & upload:


Loading…
Cancel
Save