in reply to File Find Rule question

The documentation for File::Find::Rule mentions the relative Matching Rule, which seems to be what you are looking for:
@remoteFilelist = File::Find::Rule->file()->relative()->in($remoteCpPa +th);