⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 从HTTP服务器接受文件的控制台程序源代码,VC编辑~~~
💻 TXT
字号:
===========================================================

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -