https://issues.apache.org/bugzilla/show_bug.cgi?id=48711

           Summary: FTP task hangs when given incorrect configuration
           Product: Ant
           Version: 1.8.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Optional Tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


it seems that the FTP task hangs when given an incorrect configuration.  I
would have expected it to immediately exit instead.

Example of failing config:

  <target name="ftptest">
    <ftp action="list"
       listing="toc.txt"
       server="ftp.ngdc.noaa.gov"
       userid="anonymous"
       password="anonymous"
       remotedir="hazards">
   <fileset dir=".">
      <include name="*.jpg"/>
    </fileset>
  </ftp>

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

Reply via email to