NAME
|
tftp – read or write remote file via TFTP |
SYNOPSIS
|
ip/tftp [ –rw ] [ –x netmtpt ] tftp–server remote–file |
DESCRIPTION
|
By default and under –r, tftp fetches remote–file from tftp–server
via TFTP over UDP, and writes it to standard output. Under –w,
it similarly copies standard input to remote–file. |
EXAMPLES
|
ip/tftp fs /lib/rfc/rfc783 |
SOURCE
|
/sys/src/cmd/ip/tftp.c |
SEE ALSO
|
/lib/rfc/rfc783 |
BUGS
|
Doesn't implement any TFTP options. |