You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Norbert Ryan <nr...@us.ibm.com> on 2003/02/08 21:19:33 UTC

ftp task with chmod attribute

what is the syntax for chmod on the ftp task?

tried this with no success:

    <ftp server="www.foo.com"
         remotedir="/usr/foo/"
         userid="user"
         password="pwd"
         verbose="yes"
         depends="no"
         ignoreNoncriticalErrors="true"
         skipFailedTransfers="true"
         chmod="ugo+rwx"
    >



Norb Ryan
nryan@us.ibm.com