[Tutor] ftplib

Timothy M. Brauch tbrauch@mindless.com
Sat Feb 1 17:14:03 2003


I am trying to write a small python program that will login to an ftp server
and put a file there.  I am using ftplib, and I have figured out how to log
in (that was easy).  However, I cannot seem to figure out how to put a file.

 - Tim