Re: Latest winscp.dll file
The .NET assembly binary is namedWinSCPnet.dll
is the latest release. It was renamed while back (originally it waswinscp.dll
).
So if you are upgrading, make sure you remove thewinscp.dll
and update the the DLL name everywhere you reference it (like in the PowerShell script).
Thank you. I was able to register everything successfully. I've also changed my reference to winscp.dll in the code to WinSCPnet.dll. I had to also change my connection code but everything works perfectly now and runs inside a scheduled scribe job. I'm a happy lady.
Thanks for the help!