Hi

Has anyone been able to delete hidden files (files starting with a dot), using 
the ftp task?

The following example

  <ftp action="del" server=.. userid=.. password=.. remotedir="www">
    <fileset>
      <include name="**"/>
    </fileset>
  </ftp>

removes everything in the www folder except the hidden files. This is 
unfortunate since I also would like to remove all .htaccess files.

I'm using Ant 1.6.1 together with commons-net-1.2.2.jar and 
jakarta-oro-2.0.8.jar

Best regards
-- 
Jonas Kongslund   <[EMAIL PROTECTED]>   <http://www.kongslund.dk>

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

Reply via email to