I am trying to create a non-blocking upload method to upload a complete directory tree.
class Dir { List files; List subDirs;