Hi,
I run a server for a club. After updating the program version to the latest, they started seeing connection timeouts.
My FTP server is configured to listen on port 10091. This worked fine on some older version of Sailwave (sorry, I don’t know which. The previous one I tested myself was several years ago)
With the latest version, I can see in Wireshark packet captures that Sailwave attempts to open a connection to port 91 instead of 10091. If I change to a 4-digit port number it works as expected.
So somewhere I suspect Sailwave is truncating the port number 10091 to 4 digits, and then parsing 0091 as 91.
It would be great if the UI could either make this limitation clear, or ideally not truncate the port number at all