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/go-sftp-server | An example SFTP server implementation using the golang SSH package. |
examples/request-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.13.7 (latest)
- Published
- Jun 5, 2024
- Platform
- linux/amd64
- Last checked
- 4 hours ago –
Tools for package owners.