Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 923 Bytes

Frends.FTP.UploadFiles

Upload files to 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.UploadFiles.Tests/docker-compose.yml up -d

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release