Earlier quoted context omitted.
Did you use it?
Obviously not as much as HTTP(s) but still there are FTP links which show up after a google search from time to time...I guess now I have to context switch to the file explorer...Thunar is OK but does Windows Explorer even support FTP?
Now that File Explorer has a 9p file server (from Plan 9) built in for WSL1/2 support, I wonder if you could hack together good Plan 9 style FTP support for File Explorer. I don't think the 9p server is that easy to talk to directly, though. (You could of course just do a Linux mount to FTP in WSL and maybe accomplish that through two step indirection, but I'd imagine doing something more directly in 9p would be preferable.)