We had the same problem.  So we looked into the source and found a problem.  We fixed it, but were not sure how to submit the patch. 8((( .. i could be wrong, but i thought i remembered reading another thread that indicated that someone else had submitted a patch. *shrug* .. i'd be happy to send you the code if you want (or submit it as a patch, if i knew how).. let me know..

Anuj.

Paul Dillon wrote:

I can not get the ftp task to delve into sub-directories on the remote server.  In particular, I am trying to delete all files below a directory, as follows: <ftp server="${deploy.server}" userid="${deploy.user}" password="${deploy.password}" remotedir="${deploy.dir}" action="del">  <fileset>    <include name="**/*"/>
  </fileset></ftp> I've tried a billion different combinations of fileset, under no circumstance does the ftp task ever go into sub directories.  This is also true for the list action - I can only ever list files in the starting directory.

Reply via email to