winSCP .Net library 64-bit

Advertisement

m59
Joined:
Posts:
2
Location:
UK

winSCP .Net library 64-bit

Hi all, newbee to this forum and newbee to winSCP.

I've been tasked with appraising winSCP for use in a .NET project (urgent of course, as usual)

There are some strict conditions given to me,

- the winSCP library, acquired as a Nuget package, must be 64-bit,
- the library must be fully managed code,
- there are no unmanaged/32-bit dependencies,

We're not planning to use the winSCP UI apps, just the .NET library.

I've been searching for the answers to these, but not had much luck so far,

Can anybody advise? Any help would be very much appreciated.

Thanks
M

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: winSCP .Net library 64-bit

m59 wrote:

- the winSCP library, acquired as a Nuget package, must be 64-bit,
The assembly is targeted "Any CPU", so it runs as 64-bit on 64-bit OS.

- the library must be fully managed code,
The assembly is just a .NET wrapper around (native) WinSCP executable.
See https://winscp.net/eng/docs/library

- there are no unmanaged/32-bit dependencies,
There's unmanaged and 32-bit dependency.
Again, see https://winscp.net/eng/docs/library

Reply with quote

Advertisement

You can post new topics in this forum