readme.txt
来自「从HTTP服务器接受文件的控制台程序源代码,VC编辑~~~」· 文本 代码 · 共 28 行
TXT
28 行
===========================================================
GetHTTP Example.
Stream, connection-oriented client utility to retrieve
files from the World Wide Web via an HTTP Server.
Pass the server name and full path of the requested file on
the command line and redirect the output to a file. The
program prints messages to stderr as data is retrieved from
the server.
Example:
GetHTTP www.idgbooks.com /index.html > index.html
===========================================================
GETHTTP.CPP Source code.
Compile and link with WSOCK32.LIB
Only uses C++ so that variables can be
declared near where they are used for the
first time.
GETHTTP.EXE Compiled program.
===========================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?