> I want to use ICS Sockets to send/receive files but can't see any > example. All examples are for Text.After working on developing my > application with FTP and getting to production stage I get to > know that AntiViruses hate FTP and they just throw my application > out. Therefore I am looking at Basic Sockets for sending files.
Most file transfers today are carried out using HTTP protocols, a web client sending and receiving from a web server, and the ICS components do that, there are examples. If you want something simple, look at the samples OverbyteIcsRecv.dpr and OverbyteIcsSender.dpr which send a file. But you may end up re-inventing FTP if you want to send multiple files. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be