Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.19 KB

Frends.SFTP.ListFiles

Frends.SFTP.ListFiles Main MyGet GitHub Coverage

Lists files from specific directory 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

Change directory to task directory.

cd Frends.SFTP/Frends.SFTP.ListFiles

Build the project

dotnet build

Run tests

cd Frends.SFTP.ListFiles.Tests

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

docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release