The server itself has absolutely nothing in it that cares in any way about what the network transport is, it just writes to the TCP socket provided by the operating system. If you are getting transfer errors over only WiFi it points to network stability issues, at a level lower than the server. You can look at the server logs to see what error code if any is being reported by the OS.
|