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 2004/10/16 14:48:59 UTC

DO NOT REPLY [Bug 31743] New: - FTP mkdir should identify directory by name after creating it

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31743

FTP mkdir should identify directory by name after creating it

           Summary: FTP mkdir should identify directory by name after
                    creating it
           Product: Ant
           Version: 1.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: rhino1@sympatico.ca


I would like to see the FTP task identify the name of the directory created 
when I do a mkdir. This would aid in verifying that the desired directory was 
indeed created and was given the name and location I wanted. Something as 
simple as 

[FTP] directory foo was created at /home/rhino

would be sufficient. Ideally, this new output should be visible when running 
this task without either of the -debug or -verbose switches turned on but I 
could live with it if -verbose had to be turned on to see this message. At 
present, there is no indication at all, even with -verbose on, that anything 
got created.

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