Registry / networking / pin-tftp

pin-tftp

JSON →
library2.1.0+incompatiblegogounverified

A Go implementation of the Trivial File Transfer Protocol (TFTP) supporting both client and server operations.

go get github.com/pin/tftp
INSTALL
IMPORT
SIG · PIN-TFTP
P
pin-tftp
networkinggov2.1.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tftp
✓ github.com/pin/tftp

Creates a TFTP client connected to a local server.

package main import ( "fmt" "github.com/pin/tftp" ) func main() { client := tftp.NewClient("127.0.0.1:69") fmt.Println("TFTP client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
pin-tftp — go get pin-tftp · libregistry