Lists files from specific directory through SFTP connection.
You can install the task via FRENDS UI Task View or you can find the NuGet package from the following NuGet feed
git clone https://github.com/FrendsPlatform/Frends.SFTP.git
cd Frends.SFTP/Frends.SFTP.ListFiles
dotnet build
cd Frends.SFTP.ListFiles.Tests
Run the Docker compose from Frends.SFTP.ListFiles.Tests directory using
docker-compose up -d
dotnet test
dotnet pack --configuration Release