QUOTE(RoxyGal @ Feb 17 2018, 02:40 PM)
first attempt using tftp failed in the log viewer because using the wrong filename. In the log viewer it will state the correct file name so i renamed it to the correct one as stated. Cant remember it, something like C1200_v1_tp_recovery.bin. After renamed it to the right filename, it even showed correct file block transfer
Oh ok, perhaps there may be a need to strip the boot section of the latest TP-Link-UniFi firmware since the filename contains the word "boot" per this
wiki. Other
sources.
1) Download dd for windows from
http://www.chrysocome.net/dd=> dd-0.6beta3.zip
2) Extract dd.exe to a folder
3) Rename the latest TP-Link-UniFi firmware (C1200v1_eu_tm-up-boot-1.0.0 Build 20180208 rel.57928_2018-02-09_10.03.18.bin) to orig.bin and copy it to the same folder where dd.exe is located
4) Launch the Command Prompt window and navigate to the directory where dd.exe and orig.bin are located and type the following command
CODE
dd if=orig.bin of=tplink.bin skip=257 bs=512
and hit [ENTER]

==>

5) Rename tplink.bin to C1200_v1_tp_recovery.bin and perform the TFTP recovery process...
Worth trying?