Uploads a file to SFTP server. Operations log is implemented by using Serilog library. Appending to Azure Blob Storage is not supported.
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.UploadFiles.Tests
docker-compose up -d
dotnet test
dotnet pack --configuration Release