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]

Reply via email to