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/request-serverAn example SFTP server implementation using the golang SSH package.
examples/sftp-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.8.1
Published
Aug 1, 2018
Platform
linux/amd64
Last checked
1 hour ago

Tools for package owners.