When I use direct method/mode I'm getting "File not found". If I switch to "Private", everything is working fine.
Anyway, I don't understand why in "Direct" mode the files URLs are still filebrowser/download/%. The should have the real path and this can be a big performance improvement. Those files should not be stored in node_dir_listing_content table and everything can be very fast.
Comments
Comment #1
Yoran commentedIt is already really fast ;-) Actually, when you use "direct" download, the URL will just sens a "location" header leading to the real file. But if you don't want this, you can just modify the list-view template in order to return the real URL.