Ok, I have parts built but I am trying to include the following things:
import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPFile;
The error I am getting from eclipse (which is the editor that I am using) is:
The import org.apache cannot be resolved
The same thing happens when I try to do:
import com.jscape.inet.ftp.*;
I have an idea what is going on with this but I am not entirely sure. I think I need a package that I must download from apache or somewhere that might give me access to libraries?
I would be grateful to any help...

New Topic/Question
Reply



MultiQuote



|