File upload using WinSCPnet.dll fails with permission denied error
I'm using Octopus deploy powershell script to upload files using WinSCP.
I'm getting error:
WinSCP.SessionRemoteException: Can't open file '\Boot\BCD'.
The process cannot access the file because it is being used by another process
at WinSCP.OperationResultBase.Check()
at CallSite.Target(Closure , CallSite , Object )
Why WinSCP is trying to access BCD?
I'm getting error:
WinSCP.SessionRemoteException: Can't open file '\Boot\BCD'.
The process cannot access the file because it is being used by another process
at WinSCP.OperationResultBase.Check()
at CallSite.Target(Closure , CallSite , Object )
Why WinSCP is trying to access BCD?