Windows套接字帮助 [英] Help with Windows socket

查看:71
本文介绍了Windows套接字帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请问有一个我可以发送的Windows套接字功能:
1.从服务器到客户端以及从客户端到服务器的对象?
2.服务器到客户端以及客户端到服务器的文件?

我在哪里可以获得将电子邮件发送到邮箱的代码.它应该能够同时使用CC:和BCC:.我想知道发送是通过客户端还是服务器完成.
我在哪里可以获取用于将SMS(即短信)发送到(移动)电话号码的代码.我想知道发送是通过客户端还是服务器完成的.

Please is there a windows socket function with which I can send:
1. objects from server to client and client to server ?
2. Files from server to client and client to server ?

Where can I get codes with which I can send e-mails to mail boxes. It should be able to use use both CC: and BCC:.I wish to know whether the sending is done client or sever.
Where can I get codes with which I can send SMS''s (i.e. text messages) to (mobile)telephone numbers. I wish to know whether the sending is done client or sever.

推荐答案

查找telnet,客户端和服务器代码的示例.

此外,研究SMTP和POP3.这些是执行这些功能的行业标准协议.这些协议在基本的telnet会话之上运行.您实际上可以远程登录服务器并通过输入数据来创建电子邮件.

最后,购买这本书 TCP/IP Illustrated,第1卷. 1 .如果要进行TCP编程,则必须拥有这本书.
Look for examples of telnet, client and server code.

Further, research the SMTP and POP3. These are the industry standard protocols that perform these functions. These protocols run on top of a basic telnet session. you can actually telnet to a server and create emails by typing in the data.

And finally, buy the book TCP/IP Illustrated, Vol. 1. If you''re going to do TCP programming, you must have this book.


这篇关于Windows套接字帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆