Where can I find an example that uses FTP standard library?
cosmo
spammable at codefetch.com
Tue Nov 15 15:03:15 EST 2005
QuadriKev wrote:
>I would like to see examples of programs written.
http://python.codefetch.com lets you search published books for Python
example source code.
> I am also interested in using Telnet to check services and things on
> the Linux server.
a search for "telnet" on codefetch brought up this nice example source
code:
http://www.codefetch.com/cache?url=http://examples.oreilly.com/pythoncook2/cb2_examples.zip&path=cb2_examples/cb2_15_9_sol_1.py&lang=python&qy=telnet
from the book _Python Cookbook_
More information about the Python-list
mailing list