In Eclipse, the following import...
import org.apache.commons.net.ftp.FTPClient;
...produces the following error message...
The import org.apache cannot be resolved
I do not know how to import, nor where to download the import (if necessary). I might need a click-by-click set of Eclipse directions to resolve this.
Steps:-
Download this commons-net.jar file
Extract the zip file
Copy the Jar file
Place the file in lib folder of your project.
Right click on the project
On left side of list, click on "Java Build Path"
Click on Libraries tab and Click on "Add Jar"
Browse the Commons-net.jar file and click on insert