Basically, if you just want to use FTP for now, you need to have Commons Net (yes the one you tried to use :) on the classpath:
http://commons.apache.org/vfs/download.html You'll also need Commons Logging and some logging provider (log4j, jdk logging, etc.). On Wed, Oct 7, 2009 at 2:20 PM, Alan Grimes <[email protected]> wrote: > James Carman wrote: >> This should get you started: >> >> http://commons.apache.org/vfs/api.html >> >> You'll want to make sure you've got everything you need on the >> classpath so that all of the file system types you need are enabled. > > Thanks much, I guess i have trouble finding things in lengthy lists of > stuff. (also, I've been wasting too much time on my C++ project, > ktechlab, hacking on that thing is crack. =P ) > > -- > New president: Here we go again... > Chemistry.com: A total rip-off. > Powers are not rights. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
