Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.16 KB

Frends.FTP.DeleteFiles

Frends Task for deleting files from FTP(S) server.

License: MIT Build Coverage

Installing

You can install the Task via frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.FTP.git

Build the project

dotnet build

Run tests

Run the Docker compose from solution root using

docker-compose -f Frends.FTP.DeleteFiles.Tests/docker-compose.yml up

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release

Third party licenses

StyleCop.Analyzer version (unmodified version 1.1.118) used to analyze code uses Apache-2.0 license, full text and source code can be found in https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/README.md