Bottom-up dir walking
Currently, recv-dir does a top-down directory walking, which is visiting child directories. The idea is to do a bottom up walking as well, on the parent directories.
Currently, recv-dir does a top-down directory walking, which is visiting child directories. The idea is to do a bottom up walking as well, on the parent directories.