adam schrieb: > I am trying to create a little FTP client within the TG@ environment > but i need to find out if entry is a folder. How can i do this?
Use the ftputil library. I makes using FTP in Python much more painless: http://pypi.python.org/pypi/ftputil/ http://ftputil.sschwarzer.net/trac/wiki/Documentation#retrieving-information-about-directories-files-and-links Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

