[compress] Zip password compressed archive

2011-02-07 Thread Simone Tripodi
Hi all guys, do you know is there any way to protect with a password the produced zip archive, with [compress] APIs? Many thanks in advance, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ -

Re: [compress] Zip password compressed archive

2011-02-07 Thread Antonio Petrelli
2011/2/7 Simone Tripodi simonetrip...@apache.org: Hi all guys, do you know is there any way to protect with a password the produced zip archive, with [compress] APIs? I guess not, however this might help: http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java

Re: [compress] Zip password compressed archive

2011-02-07 Thread Christian Grobmeier
Hi, no, not from what I know. http://www.pkware.com/documents/casestudies/APPNOTE.TXT (search for decryption) even when zip compression is considered weak... wouldn't this be a cool feature for compress 1.2? In the spec is even pseudo code :-) Cheers Christian On Mon, Feb 7, 2011 at 11:32 AM,

Re: [compress] Zip password compressed archive

2011-02-07 Thread Stefan Bodewig
On 2011-02-07, Simone Tripodi wrote: do you know is there any way to protect with a password the produced zip archive, with [compress] APIs? No, compress currently doesn't support any of the various encryption options of the ZIP format. https://issues.apache.org/jira/browse/COMPRESS-88 Note

RE: [NET] FTPSClient: 502 authentication type cannot be set to TLS

2011-02-07 Thread Steve Cole
Try FTPSClient fc = new FTPSClient(true); -Original Message- From: Benzion [mailto:benzi...@yahoo.com] Sent: Sunday, February 06, 2011 3:06 AM To: user@commons.apache.org Subject: RE: [NET] FTPSClient: 502 authentication type cannot be set to TLS Hi, Here's a simple client I run with

Re: [compress] Zip password compressed archive

2011-02-07 Thread Simone Tripodi
Thanks a lot for all the suggestions guys, very appreciated! Have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Feb 7, 2011 at 12:15 PM, Stefan Bodewig bode...@apache.org wrote: On 2011-02-07, Simone Tripodi wrote: do you know is there any way to

RE: [vfs] - Problem with httpclient

2011-02-07 Thread Ismael Marín Carrión
Hi all, I would like to recall my question. Briefly, httpclient is not able to connect to a HTTP server, which has opened a GASS session, using a URI such as: http://localhost:8180/opt/mytext.txt , where /opt/mytext.txt is on /. However, using a web server or tomcat servlet container, httpclient

Re: [Math] Re: Levenberg Marquardt Simple Example

2011-02-07 Thread Ole Ersoy
The initial attempt at the documentation is done. It can be found here. https://issues.apache.org/jira/browse/MATH-507 Please let me know if you would like me to make any corrections, modifications, etc. Cheers, - Ole On 01/31/2011 10:06 AM, Phil Steitz wrote: It would be great to have a

[vfs] Where is version 1.1?

2011-02-07 Thread Rogelio Flores
I have an app where a previous developer--no longer here--added commons-vfs-1.1.jar to our dependencies. I'd like to get the source code for this but the download site lists 1.0 as the latest official download (http://commons.apache.org/vfs/download_vfs.cgi) So my question is, where did he get

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
-Original Message- From: Rogelio Flores [mailto:rogelio.flo...@gmail.com] Sent: Monday, February 07, 2011 15:58 To: user@commons.apache.org Subject: [vfs] Where is version 1.1? VFS version 1.1 was not released AFAIK. This is probably a 1.1-SNAPSHOT build. There is a version 2.0 in

Re: [vfs] Where is version 1.1?

2011-02-07 Thread Rogelio Flores
Thanks. And I suppose there's no archive of these snapshots, is there? -- Rogelio On Mon, Feb 7, 2011 at 4:10 PM, Gary Gregory ggreg...@seagullsoftware.com wrote: -Original Message- From: Rogelio Flores [mailto:rogelio.flo...@gmail.com] Sent: Monday, February 07, 2011 15:58 To:

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
I'm pretty sure only the last SNAPSHOT build is kept, which is usually rebuilt once a day unless the build is in a CI framework and I am not sure what the set up for [vfs] is. Gary -Original Message- From: Rogelio Flores [mailto:rogelio.flo...@gmail.com] Sent: Monday, February 07,

RE: [vfs] Where is version 1.1?

2011-02-07 Thread Gary Gregory
All: Should we include a SVN revision number in the manifest.mf file to help out in cases like this? Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.com Web:

Re: [vfs] Where is version 1.1?

2011-02-07 Thread Rahul Akolkar
On Mon, Feb 7, 2011 at 4:38 PM, Gary Gregory ggreg...@seagullsoftware.com wrote: All: Should we include a SVN revision number in the manifest.mf file to help out in cases like this? snip/ Don't think we can do much -- there is never any confusion for official releases and there is always

Re: [vfs] - Problem with httpclient

2011-02-07 Thread Ralph Goers
The question I have is why this is flagged as vfs and isn't being asked on the httpclient mailing list? Ralph On Feb 7, 2011, at 8:12 AM, Ismael Marín Carrión wrote: Hi all, I would like to recall my question. Briefly, httpclient is not able to connect to a HTTP server, which has opened a

Re: [vfs] Where is version 1.1?

2011-02-07 Thread Ralph Goers
I wasn't aware that vfs snapshots were being built by us. Perhaps that happened before I started working on vfs. For my use at my employer I've been manually building 2.0 releases internally using the svn revision in the maven version. Ralph On Feb 7, 2011, at 2:16 PM, Rahul Akolkar wrote:

Re: [vfs] Where is version 1.1?

2011-02-07 Thread Jörg Schaible
Hi Rogelio, Rogelio Flores wrote: I have an app where a previous developer--no longer here--added commons-vfs-1.1.jar to our dependencies. I'd like to get the source code for this but the download site lists 1.0 as the latest official download (http://commons.apache.org/vfs/download_vfs.cgi)