> My program needs to copy large files (1GB etc.) across > a LAN. I have to use Sockets with TCPIP because the > machines/disks are not shared. Since there is no > question of a web site I cannot use the FTP component. > I already have a lengthy logic using TServerSocket + > TClientSocket which copies data using 2kb buffers. Is > there a simpler solution with ICS as I have heard much > about it.
The simplest solution is to use ICS FTP or HTTP _server_ component at one side and ICS FTP or HTTP _client_ at the other side. Use a non standard port to avoid conflict with any existing FTP or HTTP server. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- 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