Tiny thing.

procedure TCustomFtpCli.TransfertStats;

Needs a space before 'bytes...

    Buffer    := IntToKByte(FByteCount) + ' bytes received/sent in ';

Same further down.

            Buffer := Buffer + ' (' + IntToKByte(BytesSec) + ' bytes/sec)';


Perhaps others thing different.




-- 
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

Reply via email to