Re: gnomevfs module chaining problem



Hi Jara

I have no idea how they're trying to delimit URIs by # inside of that
string. It seems to me that the spec is broken, as # is a valid URI
character that need not be escaped.

Either way, you're reading the 1.0 documentation.

2.0 is here:

http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/index.html

(I get caught out by this a LOT. They should really make it more obvious
that the documentation is obsolete.)

On Wed, 2007-05-30 at 15:34 +0200, Jaroslav Sykora wrote:
> Hello,
> 
> I am trying to chain VFS modules according to URI syntax described at
> http://developer.gnome.org/doc/API/gnome-vfs/writing-modules.html
> 
> But I it doesn't work, it ignores everything after the '#':
> 
> $ gnomevfs-info "ftp://anonymous localhost/hello.tar.gz#gzip#tar/hello/hello.c"
> Name              : hello.tar.gz
> Type              : Regular
> MIME type         : application/x-compressed-tar
> Size              : 285
> Blocks            : 1
> I/O block size    : 32768
> Local             : NO
> SUID              : NO
> SGID              : NO
> Sticky            : NO
> Link count        : 1
> UID               : 500
> GID               : 500
> Access time       : Sat May 12 20:34:00 2007
> Modification time : Sat May 12 20:34:00 2007
> Change time       : Sat May 12 20:34:00 2007
> 
> What could possibly be the problem?
> Or what is the right syntax for accesing zip/tar.gz file?
> 
> (Gnome v. 2.16.3, Fedora 6)
> 
> Thanks in advance,
>   -- Jara
> 
-- 
Alex Jones
http://alex.weej.com/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]