Apologies for the delay in coming back to you, it's been a busy week. Your Web Display folder seems fine.
Can you please try something for me again:
Run PF3, but just leave it at the initial screen; then run the command netstat -anop TCP | find ":10" in a command window as before.
I would expect you to see something like this:
2024-11-16 16_49_18-Window.png (9.2 KiB) Viewed 8241 times
This shows that PF3 (process 10972) has opened the Remote Text ports, 1008 and 1009 for my system (the defaults) - you can ignore 1020.
If you then start FS, connect PF3 and run the same command again you should see then something like the second block here:
2024-11-16 16_52_49-Command Prompt.png (29.65 KiB) Viewed 8241 times
This shows that process 2588 (Web Display) has connected to PF3 on ports 1009 and 1010, as expected.
You will see that I also ran netstat -anop TCP | find ":7339" to confirm that Web Display has opened its port for the web access.
(I would expect you to only have 2 rows here - the others are for extra network adapters that I have on my FS & development system)
If you're not seeing something similar then we will need to resolve that problem first.
Martin