[Tutor] ftplib

rortega@cfl.rr.com rortega@cfl.rr.com
Mon, 23 Jul 2001 14:27:28 US/Eastern


Hi I recently wrote my first python script. What it does is take a file and 
uploads it to an FTP server using ftplib. It works fine as long as the computer 
it runs on is conected to the internet directly but I would like to know if I 
can get this to work through a proxie server.
Thanks