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