Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.16 KB

Frends.SFTP.ReadFile

Frends.SFTP.ReadFile Main MyGet GitHub Coverage

Reads a file from SFTP server

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

Change directory to task directory.

cd Frends.SFTP/Frends.SFTP.ReadFile

Build the project

dotnet build

Run tests

cd Frends.SFTP.ReadFile.Tests

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

docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release