传输文件和消息从一个系统传递到使用互联网的远程系统
哪一个是(TCP/UDP)最好使用互联网将文件从客户端发送到远程服务器?即哪一个是快速的&我的以下要求的可靠性。传输文件和消息从一个系统传递到使用互联网的远程系统
我有两个要求,基本上
1. Sending Files from Client to Server (Daily Once) 2. In Client system running one software, its having different product information,
latest packet Time, Product Status, etc .
This information is updated every one second.
My problem is, To know the Client status at server.
I am not able to decided which design is best of my requirement. They are
A.Using TIdTCPClient & TIdTCPServer
B.Using TIdTCPClient & TIdCmdTCPServer
C.Using TIdCmdClient & TIdTCPServer
D.Using TIdCmdClient & TIdCMDTCPServer
请指引我这设计是最好的&如何使用示例实现它。
回答:
TCP/IP是慢,但它向你保证,那么,不执行该应用程序中的
UDP更快丢失任何数据包,但你没有保证的包会到达你必须实施某种确认
在你的情况,我认为TCP是最好的,TIdTCPServer TIdTCPClient将做的伎俩。
发表一些代码,如果你卡住了。
以上是 传输文件和消息从一个系统传递到使用互联网的远程系统 的全部内容, 来源链接: utcz.com/qa/265699.html