Description
Easy to use SFTP (SSH File Transfer Protocol) server with OpenSSH.Examples
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/sftp
Usage:
sftpContainer, err := sftp.Run(context.Background(), "atmoz/sftp:latest")
Dependency:
dotnet add package Testcontainers.Sftp
Usage:
var sftpContainer = new SftpBuilder("atmoz/sftp:alpine")
.Build();
await sftpContainer.StartAsync();