View Single Post
Old 09-06-2005, 06:50 AM  
MxxCon
Super Duper
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

all the lines that start with numbers are messages sent FROM the server.
[00:17:10] [R] 150 Opening BINARY mode data connection for CD1.iso.
[03:23:39] [R] 426 Data connection closed, error decompressing data stream.
so yes, at 00:17:10 it started transferring, and did so for ~3:05hours, then for whatever reason your server crapped out.

more specifically, why you got that 'decompressing data' error..you enabled on-the-fly-compression with MODE Z command. it works by compressing blocks of data at a time (typically 4k) and sending them. something happened between you sending the correct compressed block and server receiving damaged one, which it wasn't able to decompress.
so to some degree, it's good that your transfer failed because without the on-the-fly-compression your transfer could have continued but that small part of data could be corrupt and you wouldn't know about it.
MxxCon is offline