Hi! The user is the same both cases, first mail user name was hiden, but in the log file from ftp the user is shown. I can assure you that the user is the same in the script and in the ftp.
cheers! -----Mensaje original----- De: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] Enviado el: martes 17 de enero de 2006 14:42 Para: Ant Users List Asunto: Re: Problems deleting files or directories via ftp It appears that user cvt2032 is the owner of ejb-jar.xml and that is the only userid that has write permissions to that file. The userid that was attempting to delete was "user" (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 Ene 13:27 ejb-jar.xml ... > > > > > > <ftp action="delete" > > > server="server.com" > > > userid="user" > > > password="password" > > > verbose="yes" > > > remotedir="remote_dir" > > > > <fileset> > > > <include name="**/*.xml" /> > > > </fileset> > > > </ftp> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]