[Tutor] Coding a ftp client thx to python+C

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Wed Aug 13 15:36:07 EDT 2003



On Wed, 13 Aug 2003 gnux at freesurf.fr wrote:

> Do u think it's possible to code such a thing?
> It would be great:)


Yes, it would be very possible.  There's a module called 'ftplib' that you
can take advantage of:

    http://www.python.org/doc/lib/module-ftplib.html

It's very bare-bones though: you will probably need to do some work to
make it more useable.  But it's enough to do certain automated tasks with
FTP.


Good luck to you!




More information about the Tutor mailing list