Tftpd32 - tftpd64 | 'tftp' is not recognized as an internal or external command...

Solved
tftpd32-64 -  
 tftpd32-64 -
Hello,

I installed tftpd version 4.00 by Philippe Jounin (on Windows 7) but after installation, I'm facing 2 types of errors:
- with tftpd64 standard edition (installer)? "'tftp' is not recognized as an internal or external command, operable program or batch file."
- with tftpd64 service edition (installer)? "Can't connect to the service - Error 10061 (No connection could be made because the target machine actively refused it.)

How can I resolve these errors?

Configuration: Windows 7

1 réponse

tftpd32-64
 
I found the solutions:
|
For the first issue mentioned, the "tftp client" is disabled by default, so it needs to be enabled. (Administrator rights are required)
.Button "Start"
."Control Panel"
."Uninstall a Program"
.In the left column, "Turn Windows features on or off"
.Wait for the services to display
.Check the box "TFTP Client"
.Wait while Windows modifies the features
.To verify that the service is active, open cmd.exe (Button "Start", in the search field, type "cmd", click on "cmd.exe" in the proposed results), then enter the command "tftp /?" (the command help should be displayed).
|
For the second issue mentioned, the Firewall needs to be configured. (Administrator rights are required)
.Button "Start"
."Control Panel"
."System and Security"
."Allow a program through Windows Firewall"
.Button "Change settings"
.Check the boxes for "TFTP server" and/or "Tftpd64_SE Admin" (especially those on the front left)
.Restart the session (or the computer)
8