Need ability to set default timeout on FTP provider
---------------------------------------------------

                 Key: VFS-127
                 URL: https://issues.apache.org/jira/browse/VFS-127
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Tom Duffey


VFS currently allows setting the "data timeout" for FTP connections but does 
not provide any way to set the "default timeout" for establishing new 
connections.  This would be extremely useful because otherwise the connection 
will hang forever.  The fix is trivial, I'll supply a patch later but in 
general you just add another option to the FtpFileSystemConfigBuilder and then 
when set you call:

client.setDefaultTimeout(value)

in FtpClientFactory.java


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


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

Reply via email to