DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38286

           Summary: ftp task doesn't delete any remote file or directories
           Product: Ant
           Version: 1.4
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


When I run this piece of ant code, I get an error. The code is exactly the same
that is in the example docs.

<ftp    action="delete" 
                server="server.com"
                userid="user"
                password="password"
                verbose="yes" 
                remotedir="remote_dir" >
                <fileset>
                        <include name="**/*" />
                </fileset>
        </ftp>

When I run this piece of code I get this error:

Buildfile: subida.xml

ftp:
     [echo] Conexion FTP a 172.27.6.6 para borrar destino
     [echo] Borrando los directorios FTP del cliente: ismc_pruebas/cliente 
      [ftp] deleting files
      [ftp] deleting ne 10:33 ejb-jar.xml

Total time: 2 seconds

BUILD FAILED

C:\jakarta-ant-1.4\bin\subida.xml:55: could not delete file: 550 ne 10:33
ejb-jar.xml: No such file or directory.


    I have no idea about this error, when I put, get or listing is working
rigth, but the delete feature doensn't work at all. Please, would you give me
any clue about this?


Thnks in advance!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to