ソースを参照

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

pull/154/head
Angsuman 5年前
コミット
ec94dc7802
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -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:


読み込み中…
キャンセル
保存