Re: A proposal for a FTP client API

2008-05-23 Thread Alan Bateman
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

Re: A proposal for a FTP client API

2008-05-23 Thread David M. Lloyd
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

Re: A proposal for a FTP client API

2008-05-23 Thread David M. Lloyd
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

Re: A proposal for a FTP client API

2008-05-23 Thread Max (Weijun) Wang
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

A proposal for a FTP client API

2008-05-23 Thread Jean-Christophe Collet
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

Re: network tests

2008-05-23 Thread Alan Bateman
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