examples/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
examples/buffered-read-benchmark | buffered-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-benchmark | buffered-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-server | An example SFTP server implementation using the golang SSH package. |
examples/sftp-server | An example SFTP server implementation using the golang SSH package. |
examples/streaming-read-benchmark | streaming-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-benchmark | streaming-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.