Why is there no LocalPath and RemotePath properties for ScpTransferProgressEventArgs as there are in the FtpTransferProgressEventArgs?
We've recently been asked to support SCP and I thought I would just plug this one right in there, but I'm relying on those properties coming in the ScpTransferProgressEventHandler event handler.
I could cobble together a solution using the ScpBatchTransferProgressEventHandler and store the value of the LocalPath property, but I'd rather not if I don't have to.
Any reason way to get this information from the ScpTransferProgressEventHandler?