Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

martin

Re: Does WinSCP Install a dotnet core version as apart of its installer?

@Kossac: WinSCP installer does not install any .NET as WinSCP GUI does not depend on .NET.
Kossac

Does WinSCP Install a dotnet core version as apart of its installer?

What version does it install if it does?

Cheers!
martin

Re: .NET Core 3.1 support

@rbandur: Yes, WinSCP supports .NET Core 3.1 (as well as .NET 5.0). In general, there's no reason, why it should not support any future version of .NET.
rbandur

.NET Core 3.1 support

Hello,
Does WinSCP support of .NET Core 3.1?
If so, please let me know which version of the assembly we can use.
Also I'm going to put my SFTP logic as AWS Lambda function, are there some restrictions?
Thanks in advance
alanriordan

.NET Core 2.1 Support

Hello, I have a .NET Core 2.1 console application I want to use to automate our SFTP processes. I tried downloading the WinSCP Nuget Package: https://winscp.net/eng/docs/library but the Program class cannot find the WinSCP namespace. Is there a solution available for .NET Core 2.1? I am using WinSCP in another console app that runs on .NET 4.5 and it works fine. Thank you for your time.