Jean-Christophe Collet wrote:
Hello,
I have posted an entry in my blog about the current status of the FTP
client API.
It contains a quick description of the project as well as a link to
the current draft of the API. So if you're interested in that topic go
take a look at http://blogs.sun.com
On 05/23/2008 10:20 AM, Jean-Christophe Collet wrote:
Hello,
I have posted an entry in my blog about the current status of the FTP
client API.
[..]
As mentioned in the post, feedback is very strongly encouraged.
Some technical feedback:
1) FtpClient should implement java.io.Closeable in my
On 05/23/2008 10:20 AM, Jean-Christophe Collet wrote:
Hello,
I have posted an entry in my blog about the current status of the FTP
client API.
It contains a quick description of the project as well as a link to the
current draft of the API. So if you're interested in that topic go take
a look
boolean login(String user, String password)
boolean login(String user, String password, String account)
Normally we use char[] to represent a password so that it can
zeroed out afterward.
List listFiles(String path)
If a FTP directory is huge, listing the files will cost a very
lon
Hello,
I have posted an entry in my blog about the current status of the FTP
client API.
It contains a quick description of the project as well as a link to the
current draft of the API. So if you're interested in that topic go take
a look at http://blogs.sun.com/jcc/
As mentioned in the pos
Joe Darcy wrote:
Greetings.
Recently Mark Wielaard started an effort to run the regression tests
on OpenJDK builds and publish the results
(http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2008-May/001921.html).
Certain tests in the nio and networking area assume Sun-internal
hosts li