Upload files to FTP(S) server.
You can install the Task via Frends UI Task View.
git clone https://github.com/FrendsPlatform/Frends.FTP.git
dotnet build
Run the Docker compose from solution root using
docker-compose -f Frends.FTP.UploadFiles.Tests/docker-compose.yml up -d
Run the tests
dotnet test
dotnet pack --configuration Release