pin / tftp

TFTP server and client library for Golang
MIT License
288 stars 74 forks source link

How can I get a remote IP in handler ? #43

Closed hel2o closed 2 years ago

hel2o commented 5 years ago

This is my code, but I am getting an error. default default

wade-fs commented 4 years ago

try: raddr := wt.(tftp.IncomingTransfer).RemoteAddr() fmt.Printf(........raddr.String())