If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:TFTP
BoxMatrix >> Lexicon >> Network-Protocols >> TFTP | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Computer | FRITZ | I18N | Telephony | Smarthome | Internet | Protocols | Multimedia | Formats | Hardware | Software | Research |
Protocol
Protocol: | TFTP | Wiki | Freetz | IPPF | whmf | AVM | Web |
Short for: | Trivial File Transfer Protocol | ||||||
Location: | Lexicon >> Network-Protocols | ||||||
Weblinks: | Wikipedia.int - Wikipedia.de - RFC-783 - RFC-1350 | ||||||
Description: | Very simple protocol to transfer files |
Goto: FRITZ!OS - Freetz - SMW-Browser
Details
TFTP is a very simple protocol to transfer files, using Port-69-udp.
Unlike FTP it does not provide any user management, login mechanism, directory listing and file or directory manipulation.
TFTP just permits the download or upload of a named file.
The RFC links above point to revision 1 (obsolete) and revision 2 (current) of the protocol.
FRITZ!OS
In FRITZ!OS TFTP is only used for the mandatory Factory-Test to upload test results and to download calibration data.
For this the BusyBox client tftp is always installed. The server tftpd is never installed.
Unlike other routers which support TFTP boot the bootloaders ADAM2 / EVA only support TinyFTP.
Freetz
- Activate the tftpd applet in busybox options before building.
- Go to Inetd user defined config in Freetz Webif and add:
69 dgram udp nowait root /bin/busybox tftpd -l -c /var/media/ftp/tftp
- Make sure you created /var/media/ftp/tftp and disabled a possible Dnsmasq tftpd.