Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.08 KB

File metadata and controls

34 lines (18 loc) · 1.08 KB

Frends.SFTP.UploadFiles

Frends.SFTP.UploadFiles Main GitHub Coverage

Uploads a file to SFTP server. Operations log is implemented by using Serilog library. Appending to Azure Blob Storage is not supported.

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.UploadFiles.Tests

docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release