The directory listing defaults to List View. Changing it to Table View only affects the current page. When I click onto another directory, the selected view switches back to the default List View. The same goes for sorting.
It would be nice if the GET parameters of the current directory (e.g. ?view=table&sort=asc) are propagated to links of other directories. This means that the entries in the directory listing had to be build like <a href="dir_entry?CURRENT_GET_PARAMS">.