Re: A proposal for a FTP client API

2008-05-26 Thread Jean-Christophe Collet
Alan Bateman wrote: 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

Re: A proposal for a FTP client API

2008-05-26 Thread Jean-Christophe Collet
Max (Weijun) Wang wrote: 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. Good point, I'll make the necessary changes. List listFiles(String path)

Re: A proposal for a FTP client API

2008-05-26 Thread Jean-Christophe Collet
David M. Lloyd wrote: 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 tha