Since nothing changed on your build box, I would start by checking the
permissions on the ftp linux box. It could be that someone changed
permissions of the userid used by your ANT task to access and navigate
the ftp server. If someone removed permissions to change directories
for that user, you would get the 550 error.
Brian Stephenson
ThorTech Solutions
www.thortech-solutions.com
On Jan 21, 2009, at 1:56 PM, Christopher Styles wrote:
Hi,
I have been running an ant target via cruise control for some time
that
ftp's one file from my build box to a linux environment, then all of a
sudden the target stopped working, and
now I receive a "550 Failed to change directory" whenever that
target runs,
and it causes the build overall to fail... The target has worked
without
fail for over a year, then it just started to fail...
I just discovered this a couple of weeks ago when doing a cruise
control
build... My entire build and install works fine, until it tries to
run this
one target, which towards the end of the build/install process...
I have not opened the config or build files in some time, because they
weren't broke, so there was no reason to fix them...
Does anyone know why this could be happening...???
Thanks
Chris