I am attempting to retrieve the content of a jar resource via sftp with the
following:
jar:sftp://username:[EMAIL PROTECTED]
/apps/web/eis81/WLS81SP4/domains/neodomain/neo/dist/crosssell.jar!/

However, I receive:
Caused by: org.apache.commons.vfs.FileSystemException: Could not replicate "
sftp://username:[EMAIL PROTECTED]
/apps/web/eis81/WLS81SP4/domains/neodomain/neo/dist/crosssell.jar".

Is this syntax incorrect?
Thanks,
Rai


On 2/21/06, Rai Singh <[EMAIL PROTECTED]> wrote:
>
> Thank you! That worked.
>
> Regards,
> Rai
>
> On 2/21/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> >
> > Hi!
> > > jar:file:/c:/neo/code/dist/crosssell.jar
> > >
> > If you would like to know the lastModTime of crossell.jar the url is
> > simply
> > file:/c:/neo/code/dist/crosssell.jar
> >
> > If you would like to access the content of the jar the url is
> > jar:file:/c:/neo/code/dist/crosssell.jar!/
> >
> > or for a file within the jar it is
> > jar:file:/c:/neo/code/dist/crosssell.jar!/path/in/jar/file.txt
> >
> > For sure it should throw a NPE with your url, but one of the urls above
> > should help.
> >
> > Ciao,
> > Mario
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to