Hi, everyone! Hope you're all having a nice life! 
So, I've been trying to do this https://www.computerbytes.co.nz/blog/unbricking-a-tp-link-router/ (instructions function as a TP-Link firmware recovery utility, for when your TP-Link router is bricked) for the last couple of days, but I'm lost to be honest, the procedure in that link implies using a TFTP server. I installed tftpd-hpa and tftp pkgs. Problem is, they explain using a GUI (for windows, Tftpd64) but so far I haven't found anything like that for Linux, I did download FileZilla, would that work? I gave it a go, but have no idea what or how to do what I'm supposed to. If any of you guys know of such a program ... I'm basically stuck on how to check whether something is happening. Oh, and I followed instructions from here on "how to install and configure TFTP server" https://linuxhint.com/install_tftp_server_ubuntu/ Are those instructions fine? I mean, the TFTP server is running:
Any help is greatly appreciated. Thanks.
So, I've been trying to do this https://www.computerbytes.co.nz/blog/unbricking-a-tp-link-router/ (instructions function as a TP-Link firmware recovery utility, for when your TP-Link router is bricked) for the last couple of days, but I'm lost to be honest, the procedure in that link implies using a TFTP server. I installed tftpd-hpa and tftp pkgs. Problem is, they explain using a GUI (for windows, Tftpd64) but so far I haven't found anything like that for Linux, I did download FileZilla, would that work? I gave it a go, but have no idea what or how to do what I'm supposed to. If any of you guys know of such a program ... I'm basically stuck on how to check whether something is happening. Oh, and I followed instructions from here on "how to install and configure TFTP server" https://linuxhint.com/install_tftp_server_ubuntu/ Are those instructions fine? I mean, the TFTP server is running:
Bash:
systemctl status tftpd-hpa
● tftpd-hpa.service - LSB: HPA's tftp server
Loaded: loaded (/etc/init.d/tftpd-hpa; generated)
Active: active (running) since Tue 2023-09-26 19:11:38 -04; 4h 45min ago
Docs: man:systemd-sysv-generator(8)
Process: 800 ExecStart=/etc/init.d/tftpd-hpa start (code=exited, status=0/SUCCESS)
Tasks: 1 (limit: 9238)
Memory: 628.0K
CPU: 13ms
CGroup: /system.slice/tftpd-hpa.service
└─838 /usr/sbin/in.tftpd --listen --user tftp --address :69 --secure --create /tftp
sep 26 19:11:38 neon systemd[1]: Starting LSB: HPA's tftp server...
sep 26 19:11:38 neon tftpd-hpa[800]: * Starting HPA's tftpd in.tftpd
sep 26 19:11:38 neon tftpd-hpa[800]: ...done.
sep 26 19:11:38 neon systemd[1]: Started LSB: HPA's tftp server.
Any help is greatly appreciated. Thanks.