[VFS] [PATCH] FtpFileObject.java

2003-07-24 Thread Dyrdahl, Steve
This addresses my earlier posting of not having permissions to do directory listings above a directory. Index: FtpFileObject.java === RCS file: /home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/ vfs/provider/ftp/

[VFS] ftp usage problem

2003-07-23 Thread Dyrdahl, Steve
I have encountered a problem where my starting uri is something similar to: ftp://user:[EMAIL PROTECTED]/dir1/dir2/ I would like to be able to do a listing on dir2 to determine what files exist. I have privileges to list dir2, but not dir1. I am using the resolveFile method which makes no assump

[VFS] [PATCH] DefaultFileSystemManager.java StandardFileSystemManager.java

2003-07-23 Thread Dyrdahl, Steve
For ease of integration, being able to effectively sub-class these two classes is very useful. Index: DefaultFileSystemManager.java === RCS file: /home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/ vfs/impl/Defau

[VFS] [PATCH] FileSystemManager.java

2003-07-16 Thread Dyrdahl, Steve
I believe it is useful for the FileSystemManager interface to declare a close method. This allows the close method in DefaultFileSystemManager to be called without casting. Index: FileSystemManager.java === RCS file: /home/cvspublic/