> In previous post some one tell me that ICS version having this > features using zlib (FTP/web server applicatons). but I could not > find the any code snap in ICS version 6 for compression the buffer .
Zlib was available in ICS v5. Look at icszlibhigh.pas. Function ZlibCompressStreamEx compresses a TStream, which could be a TMemoryStream. This is used in FtpCli.pas. There are numerous other zlib functions available, including compressing memory buffers, which are widely documented on the web since zlib is C. 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