I'll see what I can do. By the way, do you want me to get the m2 build working? I can do it, but I'll have to move some stuff around a bit. Is that okay?
On 1/31/08, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi James! > > I have fix for this I believe. > Good to hear :-) - and - good catch! > > final String path = fileInfo != null && fileInfo.isSymbolicLink() ? > > getParent().getName().getPath() + "/" + fileInfo.getLink() : relPath; > > final FTPFile[] tmpChildren = client.listFiles(path); > > > Somewhere in VFS there is already some limited support for links, cant > remember it yet, have to look into the source. > The way you construct the new path does not honor the fact that the link > might be an absolute path. I think VFS's link support can deal with that. > > If you have some additional time it would be great if you could figure > that out please .... > > Thanks! > > Ciao, > Mario > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
