You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/10/26 20:06:31 UTC

DO NOT REPLY [Bug 37258] New: - SFTF exception when using getChildren()

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37258>.
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=37258

           Summary: SFTF exception when using getChildren()
           Product: Commons
           Version: Nightly Builds
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Keywords: FAQ
          Severity: normal
          Priority: P2
         Component: VFS
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: ameet@bci.co.mz


When using SFTP, it throws exception when using method "getChildren()". When 
using FTP, it works fine. Also, when using SFTP, listing a specific file, it 
works fine.

org.apache.commons.vfs.FileSystemException: Could not list the contents of 
folder "sftp://user:paswd@host:port/dir/"
        at org.apache.commons.vfs.provider.AbstractFileObject.getChildren
(AbstractFileObject.java:553)
        ...
Caused by: java.lang.ClassCastException
        at org.apache.commons.vfs.provider.sftp.SftpFileObject.doListChildren
(SftpFileObject.java:247)
        at org.apache.commons.vfs.provider.AbstractFileObject.getChildren
(AbstractFileObject.java:549)

-- 
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