Hi Everyone,

I am a first time poster, but long time reader of this board!!
I have been using Kix for various tasks for over a year now, but I am no expert and am struggling with what on the face of it looks a simple task.

I need to extract a list of filenames from an FTP log file.

eg
sending FTP_Iconsd.lnk 09/09/2001 20:44:00 (09/09/2001 00:00:00)
receiving IMS - Transferring Returns.doc (new file)

from the above example I need to write "FTP_Iconsd.lnk" and "IMS - Transferring Returns.doc" to a different file or a messagebox to show that those files were sent.

I can create a file that can extract each line that starts with sending or receiving, but I cant then extract the filename itself.

Any ideas as to the best way to go about this?

Thanks in advance.

Anthony.