Basic認証でファイルのダウンロード
curl --user name:password -X GET -O --url https://example.com/path/to/filename.txt
Basic認証でファイルのアップロード
curl --user name:password -X PUT -T filename.txt --url https://example.com/path/to/filename.txt
投稿日:2020年2月7日 更新日:
Basic認証でファイルのダウンロード
curl --user name:password -X GET -O --url https://example.com/path/to/filename.txt
Basic認証でファイルのアップロード
curl --user name:password -X PUT -T filename.txt --url https://example.com/path/to/filename.txt
執筆者:msk_z
関連記事
1.2.10 インストールが41%から進まない Cacti_Stats.xml.gz が壊れているので置き換える。 This was due to a damaged Cacti_Stats pack …
Raspberry Pi 4 を 外部ストレージで起動する。OSはCentOS8
CentoOS8 Raspberry Pi 4用イメージをダウンロード https://people.centos.org/pgreco/CentOS-Userland-8-stream-aarch6 …
Powershellを利用してFirefoxをダウンロードしてインストールする
PowerShell3.0 で導入された Invoke-WebRequest を利用してFirefoxをダウンロードします。Start-Process に -Verb RunAs をつけるこ …
node.jsの最大メモリは2GBです。メモリ不足でWebpackのビルドが落ちることがあります。 FATAL ERROR: Ineffective mark-compacts near heap l …
CentOS8のリポジトリ参照先をCentOS Stream 8に変更する
CentOS Project の方針変更の発表がされました。 https://blog.centos.org/2020/12/future-is-centos-stream/ 要約すると、CentOS …
2020/12/20
CentOS8のリポジトリ参照先をCentOS Stream 8に変更する
2020/07/24
Raspberry Pi 4 を 外部ストレージで起動する。OSはCentOS8
2020/03/18
Powershellを利用してFirefoxをダウンロードしてインストールする