hi i am currently using the FTP wrapper from http://cheeseshop.python.org/pypi/ftputil/2.0.3 The documentation states "In the current implementation, this doesn't construct "intermediate" directories which don't already exist". i would like to make directories at the remote server whenever the path doesn't exist eg /rootdir/path1/<year>/<month> ....because <year> and <month> is "changing"
Is there a way to do this using other FTP modules, or even ftplib? or the only way is to use "try, except" method? thanks for any advice. -- http://mail.python.org/mailman/listinfo/python-list