Open
Description
Perhaps this is a poor usage pattern, but I have a need to access the remote host name or at least the target name, in transfer()
(the files to be transferred are based on the remote hostname or target). In earlier versions I could do this using something like local.flight.flightplan.target.destination
(IIRC) but now I don't have that (I could fudge using local._context.target
but I am guessing underscore prefixed properties should be treated as private following Unix conventions).
I am wondering if this may be a general need, not just a peculiarity of my usage :-).