Re: [Twisted-Python] dcc, idea for file resume

2015-10-21 Thread peter
On 10/13/2015 02:51 AM, Glyph Lefkowitz wrote: On Oct 12, 2015, at 11:01 AM, peter > wrote: hi, the way file resume is implemented in DccFileReceive requires to user to determine the file size manually and set _resumeOffset. wouldnt it make sene to just kill t

Re: [Twisted-Python] dcc, idea for file resume

2015-10-12 Thread Glyph Lefkowitz
> On Oct 12, 2015, at 11:01 AM, peter wrote: > > hi, > > > the way file resume is implemented in DccFileReceive requires to user to > determine the file size manually and set _resumeOffset. > wouldnt it make sene to just kill the last few bytes of the file and resume > it? > > below is the