Introduction - If you have any usage issues, please Google them yourself
		 
This library implements the VxWorks Trivial File Transfer Protocol (TFTP)
client library. TFTP is a simple file transfer protocol (hence the name 
"trivial") implemented over UDP. TFTP was designed to be small and easy to 
implement. Therefore, it is limited in functionality in comparison with other 
file transfer protocols, such as FTP. TFTP provides only the read/write 
capability to and from a remote server.