FTP

Fredrik Lundh fredrik at pythonware.com
Fri Apr 7 12:54:09 EDT 2006


"Arne" <arne.meissner at gmx.de> 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>






More information about the Python-list mailing list