Ste*_*nny 11
使用 FTP:
ftp -A -v mirrors.sonic.net <<eof
binary
get cygwin/x86_64/setup.xz setup.xz
eof
Run Code Online (Sandbox Code Playgroud)
使用 OpenSSL - 请注意,这仅适用于 HTTPS:
openssl s_client -quiet -connect superuser.com:443 <<eof
GET / HTTP/1.0
Host: superuser.com
eof
Run Code Online (Sandbox Code Playgroud)
使用猞猁:
lynx -source example.com > index.html
Run Code Online (Sandbox Code Playgroud)