I suspect you know how to read the file with readline...

so all it comes to with kix 4.00+:
code:
$line ; line from readline
$line=split($line,"receiving ")
if ubound($line)
"this file:" $line[1] ?
endif

the same with older kix:
code:
$line ; line from readline
if instr($line,"receiving ")
"this file:" substr($line,11) ?
endif

_________________________
!

download KiXnet