Hi, i want use the FTP Task in ANT, but i cant find a code example. :(
I try: <taskdef name="ftp" classname="org.apache.commons.net.ftp.FTP" classpath="C:/commons-net/commons-net.1.4.0.jar" /> I get the following error: "No public execute() in class org.apache.commons.net.ftp.FTP". How can i use the FTP Task in ANT ? Greets Klaus
