how can I send a word document over remoting from a client to a server?
i think, i have to stream the file, but i don't know how, and
how to put this stream together on the client
Re: file transfer with sockets ... confirmation from client for each chunk before sending the next? ... to server, server interprets command, executes it, then simply returns ... files (hence the reading in chunks).... sending the bytes over the stream.... (microsoft.public.dotnet.languages.csharp)
Re: A Media Distribution Problem ... > A supplier wishes to sell his goods by realtime downloading ... One way to solve this is to lock each login to a MAC address at the server... You have a MPEG stream being sent to the main distribution server. ... At the client end, each piece of software has a unique RSA private key. ... (sci.crypt)
Re: How do I stop a Winsock from buffering characters? ... There server is like this: ...Stream s = client.GetStream; ... The fist character does not show up the rest do ... first character of the client send. ... (microsoft.public.windowsce.embedded)
Re: How do I stop a Winsock from buffering characters? ... it's applied at the OS level to the socket....Stream s = client.GetStream; ... from the client code and have the server see it right away. ...first character of the client send. ... (microsoft.public.windowsce.embedded)
Re: How do I stop a Winsock from buffering characters? ... The client is just doing this to send: ...Stream s = client.GetStream; ... I just wan to send one character... from the client code and have the server see it right away. ... (microsoft.public.windowsce.embedded)