Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 814 Bytes

Frends.FTP.WriteFile

Frends tasks for writing a file to the FTP(S) server.

License: MIT Build Coverage

Installing

You can install the Task via frends UI Task View.

Building

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