Steve et al
You may want to take a look at SSH FTP RFCs most notably
http://lftp.yar.ru/draft-ietf-secsh-filexfer-00.txt
In section 6.1 This spec supports
there are no ordering restrictions on the server for processing requests from two different file transfer connections.
The server may interleave and parallelize them at will.
asuming of course we can get a SSH session up and running thru the JVM
Advice /Ideas ?
Martin-

----- Original Message ----- From: "Steve Cohen" <[EMAIL PROTECTED]>
To: "Ant Developers List" <dev@ant.apache.org>
Sent: Saturday, June 04, 2005 3:27 PM
Subject: FTP Connection as Referenced Object


Having spent a week thinking over the issues raised in this discussion:

http://issues.apache.org/bugzilla/show_bug.cgi?id=31744


I have come to the conclusion that the best place to start would be creating a connection as a referenceable object. I'm trying to find a model to look at so that I can better understand the internal workings of this structure. Looking over the classes in the o.a.t.a.types package tree I don't see any of them that stands out as being in any way a close analog of the FTP connection in terms of functionality or lifecycle.

Does anybody have a suggestion for me here?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to