proxy書式:http://ユーザ名:パスワード@サーバ名:ポート (その1) コマンドに直接指定 $curl www.yahoo.co.jp-xhttp://taro:password@192.168.1.1:8080 (その2) ~/.bashrcに設定 $cat.bashrcexport http_proxy=http://taro:password@192.168.1.1:8080 export https_proxy=http://taro:password@192....
-x, --proxy プロキシサーバとしてホストとポートを指定 -y, -–speed-time -Yで指定した転送速度が指定した時間を超えて下回ったらダウンロードを終了(単位:秒) -Y, --speed-limit -yで指定した時間を超えて転送速度が指定値を下回ったらダウンロードを終了(単位:BPSバイト/秒) -A, -...
>curl--versioncurl 7.83.1 (Windows) libcurl/7.83.1 Schannel Release-Date: 2022-05-13 Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI UnixSockets proxyオプションをつけてcurlコマン...
Windows10にcurlあるじゃん!という話 https://qiita.com/tatsuki1112/items/c230bf3ca4c7e654a10a ☝続編を書きました #参考 curl公式 https://curl.haxx.se/ wget公式 https://www.gnu.org/software/wget/ MS公式 https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/inv...