Board index » delphi » Data exchange between 2 NT Terminals in a Network (TCP/IP)

Data exchange between 2 NT Terminals in a Network (TCP/IP)

How can I excange Data between 2 or more NT 4.0 Terminals in a Network
(TCP/IP)
Please answer me with mail too !

Thank you

--
-----------------------------------------------------
BMW AG Dingolfing, Abteilung TD-36, Tel:08731/764276
mailto:guenther.schoe...@bmw.de
-----------------------------------------------------

 

Re:Data exchange between 2 NT Terminals in a Network (TCP/IP)


Quote
Guenther Schoebel wrote in message <34D05FD0.5B138...@bmw.de>...
>How can I excange Data between 2 or more NT 4.0 Terminals in a Network
>(TCP/IP)
>Please answer me with mail too !

This really depends on how much data you have to exchange.
If you have a very small amount, you could create a message server and one
can be the client to receive.  There are some nice components for this.

If you have a moderate or large amount, you may want to consider using one
as a server and connecting them with FTP, Email, or just NT mapping.  From
there, you could have a flag file or something out there to indicate
information to exchange and delete the flag when it is done.

Re:Data exchange between 2 NT Terminals in a Network (TCP/IP)


: Guenther Schoebel <guenther.schoe...@bmw.de> wrote:

Quote
>How can I excange Data between 2 or more NT 4.0 Terminals in a Network
>(TCP/IP)
>Please answer me with mail too !

Use TClientSocket and TServerSocket in Delphi 3.02.

Requesting the answered to be emailed is frowned upon.
--
mailto:Stefan.Hoffmeister (at) Uni-Passau.de
http://kakadu.rz.uni-passau.de/~w4hoff01/
   DIR: Delphi FAQs, KBs, docs
   PGP public key at homepage

Other Threads