Frends tasks for writing a file to the FTP(S) server.
You can install the Task via frends UI Task View.
Rebuild the project
dotnet build
Run the Docker compose from solution root using
docker-compose -f Frends.FTP.WriteFile.Tests/docker-compose.yml up -d
Run tests
dotnet test
Create a NuGet package
dotnet pack --configuration Release