0

wget当我在Windows上指定输出目标文件时,一切正常

$ wget https://github.com/apache/logging-log4j2/archive/refs/tags/rel/2.14.1.tar.gz -O 2.14.1.tar.gz

但是,当我像在 linux 上一样删除该选项时,我找不到我的文件-O

$ wget https://github.com/apache/logging-log4j2/archive/refs/tags/rel/2.14.1.tar.gz

StatusCode        : 200
StatusDescription : OK
Content           : {31, 139, 8, 0...}
RawContent        : HTTP/1.1 200 OK
                    Access-Control-Allow-Origin: https://render.githubusercontent.com
                    content-disposition: attachment; filename=logging-log4j2-rel-2.14.1.tar.gz
                    Content-Security-Policy: default-src 'no...
Headers           : {[Access-Control-Allow-Origin, https://render.githubusercontent.com],
                    [content-disposition, attachment; filename=logging-log4j2-rel-2.14.1.tar.gz],
                    [Content-Security-Policy, default-src 'none'; style-src 'unsafe-inline'; sandbox],
                    [Strict-Transport-Security, max-age=31536000]...}
RawContentLength  : 11362216
4

0 回答 0