Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 31234 invoked from network); 14 Oct 2005 11:49:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2005 11:49:14 -0000 Received: (qmail 28113 invoked by uid 500); 14 Oct 2005 11:49:10 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 28060 invoked by uid 500); 14 Oct 2005 11:49:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 28049 invoked by uid 99); 14 Oct 2005 11:49:10 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2005 04:49:10 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id E9219237; Fri, 14 Oct 2005 13:48:48 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 36962] - [vfs] Cannot used base root with FTP X-Bugzilla-Reason: AssignedTo Message-Id: <20051014114848.E9219237@ajax.apache.org> Date: Fri, 14 Oct 2005 13:48:48 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=36962 ------- Additional Comments From stephane.aubort@infolearn.ch 2005-10-14 13:48 ------- I have tried your code it's work but in my case a don't use VFS.getManager(); but the following code. ... DefaultFileSystemManager oFSManager = new DefaultFileSystemManager(); try { // No caching is used oFSManager.setFilesCache(new NullFilesCache()); oFSManager.addProvider(SCHEME_FTP, new FtpFileProvider()); oFSManager.init(); } catch (FileSystemException xEx) { ... But i have try commenting the line -> oFSManager.setFilesCache(new NullFilesCache()); it's works !. I don't know what's wrong with the FileCache. Thanks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org