as you still did not say what version of kix you have...
eh, have to come along with this then.
code:
$line ; the line you read from somewhere.
if substr($line,1,8)="sending "
$line=substr($line,9)
$line=substr($line,1,instr($line,".")+3)
"Sent file:" $line
endif
if substr($line,1,10)="receiving "
$line=substr($line,11)
$line=substr($line,1,instr($line,".")+3)
"Received file:" $line
endif

_________________________
!

download KiXnet