Re: [SUBMIT] scp

2003-03-07 Thread Stefan Bodewig
On Thu, 6 Mar 2003, Joe Consumer <[EMAIL PROTECTED]> wrote: > but I read on the jcraft site, that jsch requires 1.4 so I didn't > bother. Two weeks ago or so I posted to the jsch list that I have successfully used jsch with JDK 1.2 (and 1.3) and bouncycastle's JCE implementation

Re: [SUBMIT] scp

2003-03-07 Thread Joe Consumer
Stephan, > I've committed the task more or less as-is, I pretty > much only changed That's great! > One thing that I'd like to get fixed more or less > immediately (will do it myself if you don't find > the time to look into it, Charlie) is the JDK 1.4 > dependency. It stems from two > Numb

Re: [SUBMIT] scp

2003-03-06 Thread Stefan Bodewig
Hi, I've committed the task more or less as-is, I pretty much only changed the package to be in ...optional.ssh as it seems we may get yet some more classes and it is easier to keep them in a single place. The net package might become too crowded, I thought. I haven't tested it extensively, but