RE: Problems deleting files or directories via ftp

2006-01-17 Thread Javier Ballesteros
(see above). That is one reason the delete will not work. I suggest you try to use ftp or even su and test your logic and config before running the ant script. On 1/17/06, Javier Ballesteros <[EMAIL PROTECTED]> wrote: ... > -rw-r- 1 cvnt2032 users 9605 13 En

RE: Problems deleting files or directories via ftp

2006-01-16 Thread Javier Ballesteros
al- De: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Enviado el: lunes 16 de enero de 2006 17:34 Para: Ant Users List Asunto: Re: Problems deleting files or directories via ftp Yes, you did post that. Did you check the permissions on the directories, too? --glenn On 1/16/06, Javier Ba

RE: Problems deleting files or directories via ftp

2006-01-16 Thread Javier Ballesteros
ution: The 550 error is a message from the server stating that the account you have currently logged in as does not have permission to perform the action you are attempting. You may be trying to upload to the wrong directory or trying to delete a file. --glenn On 1/16/06, Javier Ballesteros <[EM

Problems deleting files or directories via ftp

2006-01-16 Thread Javier Ballesteros
Hi all! I have a simple piece of code, to remove files and/or directories, Ive just copied the most simple example, and every time I try to execute it, I obtaoin an ftp 550 error. I'm the only user of the ftp, no process is locking the file, I have all the permissions, and samples for upl