Please let me know if i am missing something with ftp task:

using ant 1.6.2 with  commons-net-1.3.0.jar, jakarta-oro-2.0.8.jar in ant's lib
I am running a task :
 <ftp action="get"
       server="ftp.ncbi.nih.gov"
       userid="anonymous"
       password="">
    <fileset dir="refseq/LocusLink">
      <include name="**/*.html"/>
    </fileset>
  </ftp>
and getting the following error:

Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) fo
r type image
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
Could not load class (org.apache.tools.ant.tasksdefs.cvslib.CvsVersion) for type
 cvsversion
Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend
Could not load a dependent class (junit/framework/Test) for type junit
fileset: Setup scanner in dir C:\test\refseq\LocusLink with patternSet{ includes
: [**/*.html] excludes: [] }
will try to cd to BLAST where a directory called blast exists
testing case sensitivity, attempting to cd to BLAST
remote system is case sensitive : true
      [ftp] 0 files retrieved
      [ftp] disconnecting

-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to