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]