diff --git a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs index 0ab2da7..e27558b 100644 --- a/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs +++ b/Ringhel.Procesio.Action.Core/Models/Credentials/FTP/IFtpSftpClient.cs @@ -8,5 +8,7 @@ public interface IFtpSftpClient Task> ListFileNamesWithinFolder(string directoryPath, bool isRecursive, string type); Task RenameFile(string folderPath, string currentName, string newName); Task DeleteFile(string folder, string fileName); + Task DownloadFile(string folder, string fileName); + Task UploadFile(FileModel file, string folder); } } diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj index 1edcf55..ee29759 100644 --- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj +++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj @@ -7,7 +7,7 @@ Ringhel Procesio https://github.com/PROCESIO/Action-Core.git - 1.14.1.2 + 1.14.1.3 Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core Ringhel.Procesio.Action.Core