Re: ANT FTP Error

2009-01-20 Thread Peter Reilly
See: http://ant.apache.org/manual/install.html#librarydependencies you need commons-net.jar and (it seems) jakarta-oro.jar. Place these files in $HOME/.ant/lib, or in $ANT_HOME/lib and the ftp task should work. Peter On Tue, Jan 20, 2009 at 8:07 AM, VELPULA, Ashok Kumar wrote: > Hi > > > > I

ANT FTP Error

2009-01-20 Thread VELPULA, Ashok Kumar
Hi I have been trying to connect FTP using the ANT 1.7.1 below is my sample script: Result: Could not create type ftp due to java.lang.NoClassDefFoundError: org/apache/commons/net/ftp/FTPClientConfig But when I execu