On Tue, Jul 28, 2009 at 8:01 PM, Roger Marshall<[email protected]> wrote: > I'm finding that uploads from FireFTP are failing frequently with > "java.io.EOFException: Unexpected end of ZLIB input stream". > > FireFTP then stalls for about 30 seconds before disconnecting, reconnecting, > and retrying the upload (this time via 'APPE' rather than 'STOR'), which > then works. > > I wondered if it could be related to > http://issues.apache.org/jira/browse/FTPSERVER-316 (but this issue is > supposed to be fixed in 1.0.2)?
It's not directly related to FTPSERVER-316 which was cause by a client sending non-UTF8 chars to the server. > Any suggestions as to how I can solve the problem, or do I need to raise an > issue? Could you please open a new JIRA issue for this so we don't loose it and I will have a look at trying to replicate it. /niklas
