[EMAIL PROTECTED] wrote:
Can't it be done without modifying the source? (like setting a parameter)
The next nightly will allow you to set the data timeout through
fileSystemOptions.
FileSystemOptions opts = new FileSystemOptions();
FtpFileSystemConfigBuilder.getInstance().setDataTimeout(opts,
new Integer(10));
FileObject fo = VFS.getManager().resolveFile("ftp://...", opts);
Hope this helps!
---
Mario
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]