I am trying to to get all directories\' name from an FTP server and store them in hierarchical order in a multidimensional list or dict
So for example, a server that
If we are using Python look at:
http://docs.python.org/library/os.path.html (os.path.walk)
If there already is a good module for this, don't reinvent the wheel. Can't believe the post two spots above got two ups, anyway, enjoy.