How to use WinSCP simply with C# csc compiler?
Beginner in C# question, please be patient :)
I see some nice manuals on how to get WinSCP working with NuGet or in Visual Studio. I currently have no possibility for those. I just use a source code file (
How do I get WinSCP working with just the
Can I point to the WinSCP exe or dll from my source code file?
I see some nice manuals on how to get WinSCP working with NuGet or in Visual Studio. I currently have no possibility for those. I just use a source code file (
dosomejob.cs
) and compiler to produce my exe file (dosomejob.exe
).
PS C:\jobs\somejob> csc -t:exe .\dosomejob.cs
csc
compiler?
Can I point to the WinSCP exe or dll from my source code file?