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
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)
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