Re: [twsocket] RCVFILE maximum file size

2005-09-05 Thread Ask
I wish to add that I had partial success in that I merged the code in SENDFILE with 64-bit file file-I/O code from the internet to make the SENDFILE program work with files of any size (even files > 2GB). Yahoo. I'm willing to donate this code (to Francois Piette?) hoping that it helps gain me some

Re: [twsocket] RCVFILE maximum file size

2005-09-05 Thread Wilfried Mestdagh
Hello Ask, This seems to be 2 examples of me. Both of them are used as a possible approach of send/receive and based on speed (hence the reason of mem allocation) witch is not what you need. What you need to do is save each received block to disk. Thats all. --- Rgds, Wilfried http://www.mestdag

Re: [twsocket] RCVFILE maximum file size

2005-09-05 Thread Angus Robertson - Magenta Systems Ltd
> 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

[twsocket] RCVFILE maximum file size

2005-09-05 Thread Ask
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. I want to use this technology to send my large zipped backups over the internet but until this sample program is fixed I can't. I read the sample's source code. It app