examples/ directory

Directories

PathSynopsis
examples/buffered-read-benchmarkbuffered-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to a []byte on the client via io.Copy.
examples/buffered-write-benchmarkbuffered-write-benchmark benchmarks the peformance of writing a single large []byte on the client to /dev/null on the server via io.Copy.
examples/go-sftp-serverAn example SFTP server implementation using the golang SSH package.
examples/request-serverAn example SFTP server implementation using the golang SSH package.
examples/streaming-read-benchmarkstreaming-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to /dev/null on the client via io.Copy.
examples/streaming-write-benchmarkstreaming-write-benchmark benchmarks the peformance of writing from /dev/zero on the client to /dev/null on the server via io.Copy.
Version
v1.13.7 (latest)
Published
Jun 5, 2024
Platform
linux/amd64
Last checked
4 hours ago

Tools for package owners.