I'm trying to make an FTP client that runs entirely on the web (Applet based). What java classes do I need to implement for the functionality of the program? The GUI I'll have no problem doing, just knowing what classes to use is tricky and can this be done (with Java I'm assuming anything can be done).

Thanks