The WriteFile already breaks down any stream into small chuncks specified in the objects properties.. about 8096.. and you can then use its OnWork event to track progress etc..<br><br>Personally.. I tend to not rely on this feature and break down the file myself so I have more fluid control over the process if it gets interrupted. (this helps if I swap from indy to something else like synapse)<br>
<br>TCP/IP itself handles packet loss and is a lossless guarantee.. But it doesn&#39;t resume if a connection is broken..any buffered information is lost. FTP is about recording progress and recconenting to resume.. This is useful if you are sending large files and you may need to write/manage this yourself.. I&#39;m not sure as I haven&#39;t looked to see if there are any available indy FTP style objects.<br>
<br><div class="gmail_quote">On Tue, Feb 15, 2011 at 10:29 PM, Ross Levis <span dir="ltr">&lt;<a href="mailto:ross@stationplaylist.com">ross@stationplaylist.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-NZ"><div><p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);">I’m writing a idTCPClient &amp; idTCPServer apps which as part of their functions will be to transfer some files.  I’m using idTCPServer.WriteFile() and idTCPClient.Read(Stream) for this purpose and it’s working well.</span></p>
<p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);"> </span></p><p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);">My question is really based on a lack of understanding of TCP or how a plain idTCPServer handles data transfer.</span></p>
<p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);"> </span></p><p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);">Should I be sending the file in small chunks and validating the data before sending the next chunk, or does idTCPServer do that for me.  I’m thinking of how an FTP server is implemented which I believe sends data in small pieces and awaits feedback after each piece, and I think resends a piece if there is a problem.</span></p>
<p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);"> </span></p><p class="MsoNormal"><span style="font-size: 12pt; color: rgb(31, 73, 125);">Cheers.</span></p></div></div><br>_______________________________________________<br>

NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br></blockquote></div><br><br clear="all"><br>-- <br>Kyley Harris<br>Harris Software<br>
+64-21-671-821<br>