Error Killin me :(

Hi, the server is down.


Hi, the server is down.

I am getting this same error. The error does not occur on connection though. I can successfully connect, and transfer some files but then after a certain period of time (appears random) i get that same message.

Any suggestions would be greatly appreciated. This is driving me crazy!!

My first guess would be that the server's connection is intermittent, or is failing.

Try pinging the server to verify this for a certain amount of time, like 30 mins or maybe 1 hour, and outputting the results to a text file so you can check all the log at your own pace. Every line that says "request timed out" indicates that the server is down, or that your connection to that server was lost.

To use ping, open a command line and input this:

ping xxx.xxx.xxx.xxx > x:\yourfile.txt

replace the x' with the IP address of the server, and replace x:\ with the drive where you want the text file to be outputted to.

Good luck





I am getting this same error. The error does not occur on connection though. I can successfully connect, and transfer some files but then after a certain period of time (appears random) i get that same message.

Any suggestions would be greatly appreciated. This is driving me crazy!!