Zeecube Trivial File Transfer Protocol NT 4.0 Server ---------------------------------------------------- The TFTP server runs as an NT service. To install, copy the file tftpsrv.exe to a directory from which you wish to run it. From a command prompt, run "tftpsrv -install". This installs the service, creating the correct entries in the registry. Now you may start the serivce from the Services applet in the Control Panel or type "net start tftpsrv" from a command prompt. The service is installed to start automatically on next system boot. To remove the service, run tftpsrv -remove. This is a fairly basic implementation that implements RFC1350 and the optional extensions RFC1782, 1783, 1784. Afterall, what do you expect for free!! Please note there are few security restrictions. By default any file in any directory below the directory were the service is installation can be retrieved. An entry in the registry will change the directory where files can be accessed. Files that already exist cannot be overwitten however. //HKEY_LOCAL_MACHINE/SOFTWARE/Zeecube/Trivial File Transfer Protocol Server/ key: Directory value: type: REG_SZ When the program is installed, it will write the current directory to the registry. This allows the user to edit this entry instead of having to create it with the possibility or incorrectly spelling the path. The service needs to be restarted after changing the directory entry. The usual legal stuff applies, i.e. no warranty expressed or implied, use at your own risk. The intel version has been used fairly extensively, the Alpha version, however, has not received much testing. Please report bugs or suggestions for improvements to peter@zeecube.com Thanks, enjoy. Peter Shoebridge Zeecube Software. Version history --------------- 1.02.5 8/5/99 Transfers failed when filename did not contain a dot 1.02.2 9/28/98 Implemented filter to allow on files below installation directory to be sent/received.