You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Brad Davis (JIRA)" <ji...@apache.org> on 2008/04/12 01:55:05 UTC

[jira] Created: (VFS-208) FTP configuration does not include option for setting a timeout on the control connection

FTP configuration does not include option for setting a timeout on the control connection
-----------------------------------------------------------------------------------------

                 Key: VFS-208
                 URL: https://issues.apache.org/jira/browse/VFS-208
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Brad Davis


The FTP Configuration includes an option to set a timeout for the data connection, but not the control connection.  As such an FTP login that loses a packet can hang forever.  Additionally, passive connections don't use the data connection at all.  All that is required is adding a new option in the FtpFileSystemConfigBuilder and the FtpClientFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (VFS-208) FTP configuration does not include option for setting a timeout on the control connection

Posted by "Brad Davis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Davis updated VFS-208:
---------------------------

    Attachment: patch.txt

this patch implements the fix

> FTP configuration does not include option for setting a timeout on the control connection
> -----------------------------------------------------------------------------------------
>
>                 Key: VFS-208
>                 URL: https://issues.apache.org/jira/browse/VFS-208
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Brad Davis
>         Attachments: patch.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The FTP Configuration includes an option to set a timeout for the data connection, but not the control connection.  As such an FTP login that loses a packet can hang forever.  Additionally, passive connections don't use the data connection at all.  All that is required is adding a new option in the FtpFileSystemConfigBuilder and the FtpClientFactory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.