インターネットを使用してクライアントからリモート サーバーにファイルを送信するのに最適な (TCP/UDP) はどれですか? つまり、次の要件のうち、高速で信頼できるのはどれですか。
基本的に2つの要件があります
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
どのデザインが最適で、例を使用して実装する方法を教えてください。