> we are using the HTCondor file transfer mechanism
to send output files
> of our jobs back to the submitter. We explicitly specify the desired
> output files in our submit script (because there is more stuff created
> which we don't need).
I've run into this situation as well, and I'd be curious
as to others' take on it.
The workaround that I've come up with is to use a
PostCmd script to move the files I want to a specific subdirectory and then
output-transfer that directory with a trailing slash to get only the contents,
rather than the directory itself.