How can I send a long document to a remote machine?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am doing an application sharing project in c#. In this I have to send the
content I typed to the remote machine as online. I have to send the content
of a document as a string to another machine. Now I sent the content as a
string but a long document was not sending as small one. How is it possible ?
If you will give me a solution as early as possible it will more helpful
for me……..
Thanks in advance……..
lkr
 
hi,

I would go using a TCP connection, in this way you can send both text &
binaries files


cheers,
 
Hi
Thanks for ur reply.,,...........
But I am using UDP Connection for sending data.
By using this UDP packets How can i send a long document?
lkr
 
Back
Top