Zip64 support

2011-07-20 Thread Chris Bamford
Hi, Can someone please tell me the status of Zip64 support in commons:compress? I read that it was supposed to go into 1.1, but I don't know how to tell. Thanks - Chris - To unsubscribe, e-mail:

Re: Zip64 support

2011-07-20 Thread Stefan Bodewig
On 2011-07-20, Chris Bamford wrote: Can someone please tell me the status of Zip64 support in commons:compress? No support at all, sorry. I read that it was supposed to go into 1.1, but I don't know how to tell. The people (myself included) who thought they might find time to do it ran out

Re: Zip64 support

2011-07-20 Thread Jörg Schaible
Stefan Bodewig wrote: On 2011-07-20, Chris Bamford wrote: Can someone please tell me the status of Zip64 support in commons:compress? No support at all, sorry. I read that it was supposed to go into 1.1, but I don't know how to tell. The people (myself included) who thought they

Re: [vfs]

2011-07-20 Thread Gary Gregory
On Jul 20, 2011, at 0:45, Miroslav Pokorny miroslav.poko...@gmail.com wrote: Hiho I was just playing with Apache Commons VFS (thanks guys) and noticed that Ftp FileSystem does not support random access writing as confirmed by examining the capabilities. [LIST_CHILDREN, URI,

Re: Zip64 support

2011-07-20 Thread Stefan Bodewig
On 2011-07-20, Jörg Schaible wrote: Stefan Bodewig wrote: On 2011-07-20, Chris Bamford wrote: Can someone please tell me the status of Zip64 support in commons:compress? No support at all, sorry. I read that it was supposed to go into 1.1, but I don't know how to tell. The people

Re: Zip64 support

2011-07-20 Thread Chris Bamford
Thanks. I will look at Java 7. Chris On 20 Jul 2011, at 14:24, Stefan Bodewig wrote: On 2011-07-20, Jörg Schaible wrote: Stefan Bodewig wrote: On 2011-07-20, Chris Bamford wrote: Can someone please tell me the status of Zip64 support in commons:compress? No support at all, sorry.

Zip64 support

2011-07-20 Thread Chris Bamford
Hi there, What is the status of Zip64 support? Thanks - Chris Chris Bamford Software Engineer 2 - 8 Balfe Street Kings Cross, London, N1 9EG mobile +44 7860 405292 tel: +44 (0) 207 843 2300 web www.mimecast.com The information contained in this communication from cbamf...@mimecast.com is

Re: [vfs]

2011-07-20 Thread Miroslav Pokorny
Hi Gary, While it is true that FTP is typically thought of as a streaming rather than random access file system, VFS does support random access reading. This is confirmed of course by the list of capabilities and code. I have a hacked version which supports random writing and does so using the