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 appears that it allocates a block of physical memory equal to the size of the file. For many computers this will mean a maximum transferable file size of perhaps 100MB. But the files I want to transfer are larger than that. Can this program be fixed? Has anyone already fixed this problem? Thanks. So far I really like ICS. -- 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