From 332780e6eb91529c09aa6a9f1280081e86b6d413 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Mon, 13 Nov 2023 09:17:29 +0100 Subject: [PATCH] Changed NSWSendService dbh to use WinSCP .NET Wrapper and API --- bsmd.dakosy/bsmd.dakosy.csproj | 12 +++ bsmd.dakosy/packages.config | 1 + bsmd.dakosy/sftp.cs | 112 +++++++++++++++++++++-- bsmd.dbh/MessageController.cs | 14 ++- bsmd.dbh/Properties/Settings.Designer.cs | 51 ++++++++--- bsmd.dbh/Properties/Settings.settings | 17 +++- bsmd.dbh/app.config | 17 +++- 7 files changed, 193 insertions(+), 31 deletions(-) diff --git a/bsmd.dakosy/bsmd.dakosy.csproj b/bsmd.dakosy/bsmd.dakosy.csproj index d6f74276..8b178339 100644 --- a/bsmd.dakosy/bsmd.dakosy.csproj +++ b/bsmd.dakosy/bsmd.dakosy.csproj @@ -12,6 +12,8 @@ v4.8 512 + + true @@ -50,6 +52,9 @@ + + ..\packages\WinSCP.6.1.2\lib\net40\WinSCPnet.dll + @@ -88,6 +93,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +