Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.14 KB

File metadata and controls

37 lines (20 loc) · 1.14 KB

Frends.SFTP.DownloadFile

Frends.SFTP.DownloadFile Main MyGet GitHub Coverage

Downloads files from SFTP server or through SFTP connection.

Installing

You can install the task via FRENDS UI Task View or you can find the NuGet package from the following NuGet feed

Building

Clone a copy of the repo

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

Build the project

dotnet build

Run tests

cd Frends.SFTP.DownloadFiles.Tests

Run the Docker compose from Frends.SFTP.DownloadFiles.Tests directory using

docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release