> The sample program RCVFILE.DPR crashes when the file being sent by
> SENDFILE.DPR is big. It works with 2MB files but not 2GB files.
> until this sample program is fixed I can't.

You can also fix it yourself, or use a protocol that supports files 
larger than 2 gigs.  Basically that excludes ICS today, but FTP support 
for files larger than 2 gigs will be available in a few days.  

You'll need Delphi 6 or later, unless you want to write your own stream 
handling code, and use TFileStream to read and write the file, not 
THandleStream or TMemoryStream which are limited to 2 gigs. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to