No, you'd use a regular FTP client to connect to the server.There're several Java implementations of a FtpClient you can use. The simplest case: if i'm not wrong you can use a 'ftp://' string in order to create an URL with Java standard classes which will effectively connect you to the specified ftpserver. Apache commons net ftp client is used in FtpServer client tests and it looks like a very good option(I'm using apache commons ftp myself in our custom client).
2008/10/14 micah <[EMAIL PROTECTED]> > Are there any examples on writing a client to to use the server? > > thanks, > > micah >
