listening..
Main Topics
Browse All Topicsdoes anyone know where i can get a good FAST client/server file transfer source code?
for 200 points!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
NEVER use the NetMasters components, they are there for backward compatibility only (they are riddled with bugs).
There are SendStream and ReceiveStream methods in TSocket (or something similar).
Pete
====
http://www.HowToDoThings.c
http://www.Stuckindoors.co
HI,
First I try to explain you the plan of my proposal.
It will be much more usefull if you realize it by yourself.
If you will not succeed in it I'll give you the source code.
1.Put TServerSocket and TClientSocket on your form and write
the code to connect them in runtime (I assume you know how to do this).
2.Read the file in the Stream using TFileStream (TMemoryStream) object.
3.Use Socket.SendStream method to send the stream.
4.Create a Stream using TFileStream (TMemoryStream) object.
4.In the OnRead Event of the receiver use ReceiveBuf to
read the portions of received Data in some Buffer.
5.Write this Buffer to the Stream until the OnRead event
is over.
6.Save your Stream to the disk and free your Stream.
That's all.
Sincerely,
Nestorua.
done i'm gana post it here it is:
http://www24.brinkster.com
Business Accounts
Answer for Membership
by: CesarioPosted on 2001-12-02 at 16:33:37ID: 6663453
Delphi comes with FastNet Components
NMStrmServ1 and TNMSTRM
In the Demo Directory is a good sample how to transfer Files over the network
Best Regards
Cesario