I am using the client object model and I want to access a List using the server relative Url.
Folders can be accessed using the web.GetFolderByServerRelativeUrl but no such function exists for lists.
The available API is web.Lists.GetByID and web.Lists.GetByTitle which I can't use (The list title is different from the listname/listpath)