0 votes
by (130 points)
edited

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?

1 Answer

+1 vote
by (70.2k points)
edited

No, there is no special reason. It wasn't just a priority task. I will add it now and send you the current build.

by (130 points)
edited

Thank you for the prompt replay and solution. You just saved my weekend!

...