Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

m59

Prikyl,

Many thanks for the help,

M
martin

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
m59

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