Anyway to get the file name from a FTP content handler

We have a requirement where we need to use some of the characters in the file name for certain data… Before we could get this because we manually retrieved the file using FTP… We’d like to go to the content handler model but we dont know how to use the file name of the files placed in the namespace directory…

Is this even possible using a content handler?? We can get the text in the file but not the file name.

Thx in advance

This thread may be of some help.
[url=“wmusers.com”]wmusers.com

The pub.flow:getTransportInfo service can provide filename info.

Thanks Rob!!! That worked Sorry for creating the extra thread