Hi, I have a project that needs to send files to an FTP server and therefore need an FTP library. Apparently everything i need is in the java classes org.apache.commons.net.ftp.FTPClient and org.apache.commons.net.ftp.FTPReply (for FTP responses) and these are contained in the package commons-net-3.1.jar. I have downloaded this package and tried to make it part of the class path but i kept getting errors like;
"Error: Could not find or load main class commons-net-3.1.jar'
Does anybody know what to do to make use of these classes in processing. I have openjdk-7-jdk for i386 installed.
Any help is much appreciated.
Cheers.