The error message "Connection closed unexpectedly by server" means that the server disconnected from your winsock driver without telling your winsock driver that it was going to do so.
This is usually caused by an extremely busy server trying to free up resources to handle tasks more efficiently, the server suddenly going offline (because of a lockup, maintenance, power problem, etc.), or phone line noise (which would cause the server to think that you weren't connected anymore). There is not much you can do to address this problem, except for making sure you have a clean phone line and contacting your provider to see if they can help.
|