Writes string content to a file 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.WriteFile.Tests
Run the Docker compose from Frends.SFTP.WriteFile.Tests directory using
docker-compose up -d
dotnet test
dotnet pack --configuration Release