You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Woonsan Ko <wo...@yahoo.com> on 2014/05/02 02:54:28 UTC

[vfs] Outdated filesystem capability info in site?

Hi,

I'm working with ftp file system (VFS 2.0) and it seems working fine when listing children.
But the page [1] says it doesn't support 'Directory Content' capability yet.

Is the information (also on sftp and some others) outdated?

Regards,

Woonsan


[1] http://commons.apache.org/proper/commons-vfs/filesystems.html

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


Re: [vfs] Outdated filesystem capability info in site?

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Hello,

that is a good point, I added a link to the apidocs in Trunk for 2.1.

http://svn.apache.org/viewvc?view=revision&revision=1592042

Greetings
Bernd

Am Fri, 2 May 2014 06:16:53 -0700 (PDT)
schrieb Woonsan Ko <wo...@yahoo.com>:

> Ah, thanks for the explanation.
> It can help someone like me if the page contains a link to [1] for
> the capability definitions.
> 
> Cheers,
> 
> Woonsan
> 
> [1]
> http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/Capability.html
> 
> 
> 
> 
> > On Thursday, May 1, 2014 9:55 PM, Bernd Eckenfels
> > <ec...@zusammenkunft.net> wrote:
> > > Hello,
> > 
> > I think "directory content" refers to directories which can also be
> > read as a stream. For example for WebDAV XML properties. FTP has no
> > such thing.
> > 
> > BTW: I am currently working in getting 2.1 out the door, so it
> > might be a good time to have a look at the trunk and speak up on
> > showstoppers.
> > 
> > Gruss
> > Bernd
> > 
> > Am Thu, 1 May
> > 2014 17:54:28 -0700 (PDT) schrieb Woonsan Ko <wo...@yahoo.com>:
> > 
> > 
> >>  Hi,
> >> 
> >>  I'm working with ftp file system (VFS 2.0) and it seems working
> >> fine when listing children. But the page [1] says it doesn't
> >> support 'Directory Content' capability yet.
> >> 
> >>  Is the information (also on sftp and some others) outdated?
> >> 
> >>  Regards,
> >> 
> >>  Woonsan
> >> 
> >> 
> >>  [1] http://commons.apache.org/proper/commons-vfs/filesystems.html
> >> 
> >>  ---------------------------------------------------------------------
> >>  To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> >>  For additional commands, e-mail: user-help@commons.apache.org
> > 
> >> 
> > 


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


Re: [vfs] Outdated filesystem capability info in site?

Posted by Woonsan Ko <wo...@yahoo.com>.
Ah, thanks for the explanation.
It can help someone like me if the page contains a link to [1] for the capability definitions.

Cheers,

Woonsan

[1] http://commons.apache.org/proper/commons-vfs/apidocs/org/apache/commons/vfs2/Capability.html




> On Thursday, May 1, 2014 9:55 PM, Bernd Eckenfels <ec...@zusammenkunft.net> wrote:
> > Hello,
> 
> I think "directory content" refers to directories which can also be
> read as a stream. For example for WebDAV XML properties. FTP has no
> such thing.
> 
> BTW: I am currently working in getting 2.1 out the door, so it might be
> a good time to have a look at the trunk and speak up on showstoppers.
> 
> Gruss
> Bernd
> 
> Am Thu, 1 May
> 2014 17:54:28 -0700 (PDT) schrieb Woonsan Ko <wo...@yahoo.com>:
> 
> 
>>  Hi,
>> 
>>  I'm working with ftp file system (VFS 2.0) and it seems working fine
>>  when listing children. But the page [1] says it doesn't support
>>  'Directory Content' capability yet.
>> 
>>  Is the information (also on sftp and some others) outdated?
>> 
>>  Regards,
>> 
>>  Woonsan
>> 
>> 
>>  [1] http://commons.apache.org/proper/commons-vfs/filesystems.html
>> 
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>>  For additional commands, e-mail: user-help@commons.apache.org
> 
>> 
> 

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


Re: [vfs] Outdated filesystem capability info in site?

Posted by Dan Tran <da...@gmail.com>.
Please release smb/cifs provider As well

-D


On Thursday, May 1, 2014, Bernd Eckenfels <ec...@zusammenkunft.net> wrote:

> Hello,
>
> I think "directory content" refers to directories which can also be
> read as a stream. For example for WebDAV XML properties. FTP has no
> such thing.
>
> BTW: I am currently working in getting 2.1 out the door, so it might be
> a good time to have a look at the trunk and speak up on showstoppers.
>
> Gruss
> Bernd
>
> Am Thu, 1 May
> 2014 17:54:28 -0700 (PDT) schrieb Woonsan Ko <woon_san@yahoo.com<javascript:;>
> >:
>
> > Hi,
> >
> > I'm working with ftp file system (VFS 2.0) and it seems working fine
> > when listing children. But the page [1] says it doesn't support
> > 'Directory Content' capability yet.
> >
> > Is the information (also on sftp and some others) outdated?
> >
> > Regards,
> >
> > Woonsan
> >
> >
> > [1] http://commons.apache.org/proper/commons-vfs/filesystems.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org<javascript:;>
> > For additional commands, e-mail: user-help@commons.apache.org<javascript:;>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org <javascript:;>
> For additional commands, e-mail: user-help@commons.apache.org<javascript:;>
>
>

Re: [vfs] Outdated filesystem capability info in site?

Posted by Bernd Eckenfels <ec...@zusammenkunft.net>.
Hello,

I think "directory content" refers to directories which can also be
read as a stream. For example for WebDAV XML properties. FTP has no
such thing.

BTW: I am currently working in getting 2.1 out the door, so it might be
a good time to have a look at the trunk and speak up on showstoppers.

Gruss
Bernd

Am Thu, 1 May
2014 17:54:28 -0700 (PDT) schrieb Woonsan Ko <wo...@yahoo.com>:

> Hi,
> 
> I'm working with ftp file system (VFS 2.0) and it seems working fine
> when listing children. But the page [1] says it doesn't support
> 'Directory Content' capability yet.
> 
> Is the information (also on sftp and some others) outdated?
> 
> Regards,
> 
> Woonsan
> 
> 
> [1] http://commons.apache.org/proper/commons-vfs/filesystems.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
> 


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