You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/06/24 11:22:56 UTC

DO NOT REPLY [Bug 47414] New: Add Ftp ant task timeout

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

           Summary: Add Ftp ant task timeout
           Product: Ant
           Version: 1.7.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: chuchiperriman@gmail.com


I have a lot of problems with the FTP timeout because we run a lot of ant tasks
using the ftp and, if one stops by a infinite timeout, all the next task will
never run.

FtpClient supports the timeout, IMO only adding a timeout property to FTP task
is ok because in the code is very easy fix this problem.

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

DO NOT REPLY [Bug 47414] Add Ftp ant task timeout

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47414

--- Comment #1 from Leo Sauermann <sp...@leobard.net> 2011-06-21 15:26:41 UTC ---
I am working with Ant FTP to transfer (GET) files from a website. To minimize
traffic, the depends="yes" and retriesAllowed="5" is set. Still, the ant ftp
task hangs on some files and the task does not continue. The script hangs (for
hours, days). 

Assuming that this problem is related to timeouts, I also would love to see
this feature implemented. 

There are reported implementations (as a "hack"):
http://evgeny-goldin.com/blog/ant-ftp-task-progress-indicator-timeout/

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

DO NOT REPLY [Bug 47414] Add Ftp ant task timeout

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47414


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |enhancement




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