ftplib question

Alex Martelli aleax at aleax.it
Thu Aug 9 05:18:02 EDT 2001


"lc" <lco at gofuse.com> wrote in message
news:9ks6ai$bq4$1 at nntp1-cm.news.eni.net...
    ...
> Question#1 : I'm not sure how i can change to the directory i want to
upload
> the files to. Any help would be appreciated.

Method cwd of FTP objects does that.
http://www.python.org/doc/current/lib/ftp-objects.html#l2h-2320

> Question#2 : does anyone know of a python module that allows me to
schedule
> tasks?
http://www.python.org/doc/current/lib/module-sched.html


Alex






More information about the Python-list mailing list