Downloads files from SFTP server or through SFTP connection.
You can install the task via FRENDS UI Task View or you can find the NuGet package from the following NuGet feed
git clone https://github.com/FrendsPlatform/Frends.SFTP.git
dotnet build
cd Frends.SFTP.DownloadFiles.Tests
Run the Docker compose from Frends.SFTP.DownloadFiles.Tests directory using
docker-compose up -d
dotnet test
dotnet pack --configuration Release