Hi Mario
We are now using VFS from Apache Synapse, and I have submitted two
patches which we require:
https://issues.apache.org/jira/browse/VFS-178 - allows options (such as
?vfs.passive=true to be used with FTP URLs)
http://issues.apache.org/jira/browse/VFS-106 - adds a Zip provider using
T
Hi Mario
I don't quite agree with this - this may be the common case for HTTP,
but the URI spec does not enforce it.
Ok, but how should we differentiate between these both use-cases?
I think we should leave it upto the scheme to decide. So http may decide
to pass it to the server, whil
Hi Filip
I am in the process of getting TrueZip uploaded to Maven2
(http://jira.codehaus.org/browse/MAVENUPLOAD-1693) and also finishing up
http://issues.apache.org/jira/browse/VFS-106 as per the comments.
However when I try to create a Zip archive on an FTP site, there is
still a problem wh
Hi Mario
It is possible through the *FileSystemConfigurationBuilder stuff only.
Unfortunately this does not work for me, as I can only specify a VFS
URI. So VFS needs to figure out and make it happen in my case
ftp://myusername:[EMAIL PROTECTED]/pub/downloads/somefile.tgz?option=value
Hav
Hi all
I am trying to use VFS to connect to a FTP file, but the problem is that
I cannot specify that PASSIVE mode should be used. I think we could use
the format below to specify for example: ?passive=true etc.
ftp://myusername:[EMAIL PROTECTED]/pub/downloads/somefile.tgz?option=value
Have
Hi Chris
It may be more effective with that open TrueZip issue.
Yes, I have checked with Christian Schlichtherle on getting TrueZip into
Maven repos already and he is supportive of the effort. Also I have made
good progress on http://issues.apache.org/jira/browse/VFS-106 patch by
Filip Defo
Hi Will
I haven't yet got a chance to look at this in detail.. but your patch
seems to be only for compress? and not for the VFS provider? If so its
not clear to me how can one use it for VFS
thanks
asankha
Will Pugh wrote:
I wrote some zip writing code for compress that can modify the actua
Hi Chris
I would be interested to see write support for files such as Jar, Tar
and Zip etc in VFS. If you already have some code that works, thats great
Since i am not a comitter i found it very difficult to contribute and my
interest dissappeard too.
I am a Jakarta HttpCore committer as wel
I am a committer of the Apache Synapse project and we are using VFS to
build a file transport through Apache Axis2. However, it seems like we
cannot 'write' to or create new Jar, Zip files through VFS.. is this a
current limitation?
If so, is anyone currently working on this to provide write s