You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Dyrdahl, Steve" <sd...@idanalytics.com> on 2003/07/24 19:28:55 UTC

[VFS] [PATCH] FtpFileObject.java

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/FtpFileObject.java,v
retrieving revision 1.19
diff -r1.19 FtpFileObject.java
190c190
<         else
---
>         if ( fileInfo == null )
192c192,193
<             // Assume the root is a directory and exists
---
>             // Assume that this is a directory.
>             // TODO Could this be handled better?


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org