-
netfileexedemo
说明: 网络文件系统,十分好的文件传输代码,非常适合初学者(Network file system, file transfer is very good code, very suitable for beginners)
- 2011-03-25 00:47:09下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1
-
Sniffer_code
用vc实现的sniffer,没有使用winsock与winpcap。十分具有学习价值!(Vc realize with the sniffer, did not use winsock with winpcap. Very much with learning the value of!)
- 2008-04-01 17:48:52下载
- 积分:1
-
socket_Programming
Programming socket
网络编程(Programming socket
)
- 2010-11-28 14:56:14下载
- 积分:1
-
VB-asm-Packge
VB纯代码,内嵌汇编,对指定进程发送网络数据包。(VB pure code inline assembler, network packet sent to the specified process.)
- 2013-03-31 13:57:41下载
- 积分:1
-
socket
vc++ 下的socket收发例程,tcp和udp例程(socket vc++)
- 2013-11-03 23:06:48下载
- 积分:1
-
SerialPort_vc
一个关于串口通信编程的小程序,使用visual c++编写。(Serial communication programming on small procedures, the use of visual c++ Prepared.)
- 2007-07-16 15:57:05下载
- 积分:1
-
Chat1
本次上传内容为基于UDP的网络聊天程序,利用SOCKET套接字进行数据通讯,本实验是本人做的计算机网络课程设计,有mfc的CSocket编的。(The uploaded content for UDP-based chat program, the use of SOCKET socket for data communication, I am doing this experiment is a computer network curriculum design, there is the mfc CSocket compiled.)
- 2011-09-10 10:12:41下载
- 积分:1
-
TestSMailer
一个支持pop3的简单的邮件收发程序(a simple mail procedures)
- 2004-12-22 10:01:07下载
- 积分:1
-
TCPsocket
TCP和UDP socket编程,向固定服务器发送学号姓名信息,用udp从服务器获得一个随机字符串(TCP and UDP socket programming, Student ID Name information sent to the fixed server udp from server to obtain a random string)
- 2012-10-21 09:39:54下载
- 积分:1