You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 1097cf8685 Initial revision пре 19 година
..
arpa Initial revision пре 19 година
Makefile Initial revision пре 19 година
README Initial revision пре 19 година
main.c Initial revision пре 19 година
tftp.1 Initial revision пре 19 година
tftp.c Initial revision пре 19 година
tftpd.8 Initial revision пре 19 година
tftpd.c Initial revision пре 19 година
tftpsubs.c Initial revision пре 19 година

README

This is a copy of the TFTP client as available from
ftp://sunsite.unc.edu/pub/linux/system/Network/file-transfer; I
modified the code, so that it understands RFC1782 and RFC1783
extensions to the TFTP protocol. This allows for negotating an
extended transfer block size of up to 1432 bytes (as oppossed to the
standard 512 bytes). On busy networks, this will result in
considerably improved throughput and less load on the network.

For further information and for licensing conditions, please have a
look at the header of the source files.

Markus Gutschke <gutschk@math.uni-muenster.de>

This is a copy of the TFTP server as available from
ftp://sunsite.unc.edu/pub/linux/system/Network/file-transfer; I
modified the code, so that it understands RFC1782 and RFC1783
extensions to the TFTP protocol. This allows for negotating an
extended transfer block size of up to 1432 bytes (as oppossed to the
standard 512 bytes). On busy networks, this will result in
considerably improved throughput and less load on the network.

I also added two command line options for changing the root directory
and for enabling debugging output.

For further information and for licensing conditions, please have a
look at the header of the source files.

Markus Gutschke <gutschk@math.uni-muenster.de>