Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1003 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 1003 Bytes

Frends.FTP.ListFiles

Frends tasks for listing files from the FTP(S) source.

License: MIT Build MyGet Coverage

Installing

You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

Run the Docker compose from solution root using

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

Run the tests

Create a NuGet package

dotnet pack --configuration Release