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=21044>.
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=21044
ftp mkdir fails
Summary: ftp mkdir fails
Product: Ant
Version: 1.5.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: Optional Tasks
AssignedTo: dev@ant.apache.org
ReportedBy: rod.burgett@webmethods.com
An attempt to create a new directory using optional ftp task gives this message:
"could not change to directory: 550 (relative directory): No such file or
directory". I suspect, but can't prove with rigorous test results, that
problem arises when attempting to create a directory with name beginning with a
digit.
I don't know if the problem is in Ant or the NetComponents.jar containing the
optional ftp task. I do know it is not an ftp configuration or permissions
issue. Using ftp from a command line, outside of Ant, I'm able to create the
directory in question.
I originally encountered this issue using Ant 1.5.2 and Windows XP. I found a
tip on the web suggesting that it was a bug that had been fixed in Ant 1.5.3.
Upgrading that machine to 1.5.3 seemed to fix the problem. When I encountered
the same message from a Linux machine, I upgraded to Ant 1.5.3, but it didn't
solve the problem there.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|