From c58c051d67b0b83798f3c4c78a7b93ad177ab486 Mon Sep 17 00:00:00 2001 From: CostinGabriel <80429103+CostinGabriel@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:15:02 +0300 Subject: [PATCH 1/2] task/PRC-4336: Add new endpoint for Sftp Bulk Move action --- .../Models/Credentials/FTP/IFtpSftpClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs index 54f4025..2593d95 100644 --- a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs +++ b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs @@ -9,6 +9,7 @@ public interface IFtpSftpClient Task DownloadFile(string folder, string fileName); Task> DownloadFiles(List files); Task UploadFile(FileModel file, string folder); + Task> UploadFiles(List files, string folder); Task CreateFolder(string folderPath, string folderName); Task DeleteFolder(string folderPath, string folderName); } From f1b6ee8941343a735fb36d1c21ad48eddfeb2368 Mon Sep 17 00:00:00 2001 From: CostinGabriel <80429103+CostinGabriel@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:16:27 +0300 Subject: [PATCH 2/2] bump version --- .../Ringhel.Procesio.Action.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj index a9c9222..fe01954 100644 --- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj +++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj @@ -8,7 +8,7 @@ Ringhel Procesio https://github.com/PROCESIO/Action-Core.git - 1.27.0 + 1.28.0 Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core