Reads a file from SFTP server
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
cd Frends.SFTP/Frends.SFTP.ReadFile
dotnet build
cd Frends.SFTP.ReadFile.Tests
Run the Docker compose from Frends.SFTP.ReadFile.Tests directory using
docker-compose up -d
dotnet test
dotnet pack --configuration Release