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); } 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