ftplib question

Andrew Markebo flognat at flognat.myip.org
Wed Aug 8 18:40:06 EDT 2001


Q1: Check the docs, and you might find cwd useful.. 

Q2: How to schedule it in python.. well 

while 1:
        update()
        time.sleep(24*60*60)

But I think finding a scheduler in the os you have and launch the
python-script from there... 


| 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.
| Question#2 : does anyone know of a python module that allows me to schedule
| tasks?

        /Andy




More information about the Python-list mailing list