You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/07 23:15:48 UTC

DO NOT REPLY [Bug 12258] - Ant's ftp "mkdir" does not create subdirectories

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12258>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12258

Ant's ftp "mkdir" does not create subdirectories

antoine@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From antoine@apache.org  2003-08-07 21:15 -------
the ftp task behaves for mkdir like the mkdir of the normal ftp client and does 
not do the equivalent of mkdir -p under UNIX shell.

here is the solution
(create your directories one by one)

<ftp action="mkdir"
      server="10.32.66.50"
       userid="some"
       password="user" 
       remotedir="\MOE" />
<ftp action="mkdir"
      server="10.32.66.50"
       userid="some"
       password="user" 
       remotedir="\MOE\MOE${DSTAMP}" />

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org