询问者
windows XP SP3 run ftpd get error

问题
-
expand the tftpd.ex_ from installation cd to %systemroot%\system32,and then run the command:
new-service -name tfptd -binnaryPathName $env:systemroot\system32\tftpd.exe
but I get the error:
PS E:\W> Get-Service tftpd
Status Name DisplayName
------ ---- -----------
Running tftpd tftpd
PS E:\W> tftp -i 192.168.1.1 put tftpd.ex_
Timeout occurred
PS E:\W>
田海洋