Re: Suggestions on sending Files over Network
From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 02/26/04
- Next message: Jon Skeet [C# MVP]: "Re: Stack vs heap"
- Previous message: localhost: "Re: Re: Custom Event for DataSet Read?"
- In reply to: Ebrahim: "Suggestions on sending Files over Network"
- Next in thread: Eric Gunnerson [MS]: "Re: Suggestions on sending Files over Network"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 10:42:39 -0500
Hi,
There is nothing special about the file type, you are sending bytes, that's
all.
Regarding reliability TCP has already control to assure that the file is
received correctly, it all depends that the connection is stable enough to
allow the sending of the entire file.
Hope this help,
-- Ignacio Machin, ignacio.machin AT dot.state.fl.us Florida Department Of Transportation "Ebrahim" <ebrahimbandookwala@hotmail.com> wrote in message news:c5a5cacc.0402260723.7a14cf9@posting.google.com... > Does any one have any suggestion of Sending Files over a Network ? > using TcpClient class in C#. > > I need suggestions on transferring huge files ( > 5MB) reliably over > the stream . Also any kind of files could have to be transferred .ie > Exe , mp3 , dat .. any kind . Do i need to convert these files ? When > i normally send text files i convert them to Ascii bytes using > Encoding.Ascii.getBytes() . Will it work with Exe files and all others > ?? > Pls help??
- Next message: Jon Skeet [C# MVP]: "Re: Stack vs heap"
- Previous message: localhost: "Re: Re: Custom Event for DataSet Read?"
- In reply to: Ebrahim: "Suggestions on sending Files over Network"
- Next in thread: Eric Gunnerson [MS]: "Re: Suggestions on sending Files over Network"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|