curl
curl
code:memo
-L, --remote-name
Write output to a local file named like the remote file we get.
-O, -location
(HTTP/HTTPS) If the server reports that the requested page has moved to …
-s, --silent
(Silent or quiet mode. Don't show progress meter or error messages.)
code:memo
# ファイルとしてDL
# -o , --output: 出力ファイル指定
# 301リダイレクトに対応しつつDL
# -L: URLのリダイレクト対応
# -O, --remote-name: ファイルへの保存
Error
curl: (56) Recv failure: Connection reset by peer