tags:

views:

150

answers:

2

I am trying to upload a 12MB .wav file on a Mac running Transmit to a Linux box running Apache and get the following error after uploading just 160KB of the file:

error-135-socket-write-error

Any clues why I may be getting this? I have successfully uploaded much larger files in the past and nothing has changed on the configuration.

A: 

Hard to say without knowing which OS is running on the client and the server (i.e. where the error code might come from). The error means that the client couldn't send any more data to the server. This is either because the server stops accepting more bytes (hangup, disk full, quota exceeded) or because the connection times out (but then, I'd expect a "connection reset by peer" error).

Aaron Digulla
A: 

The disk was full.

fmz