"Arne" <[EMAIL PROTECTED]> wrote: > I want to connecto to a ftp server. There I woult like to read the > directiroy and getting the filename, file owner and the file size. > > How can I do this in python and if possible please post the code for it.
there's an example in the library reference that does exactly
that:
http://www.python.org/doc/lib/module-ftplib.html
(it's above the fold, so I'm not sure how you missed it).
</F>
--
http://mail.python.org/mailman/listinfo/python-list
