Proxy and ftplib

Oleg Broytmann phd at phd.russ.ru
Mon Aug 28 08:54:52 EDT 2000


On Mon, 28 Aug 2000 david_porter7652 at my-deja.com wrote:
> How does one use a proxy server with ftplib? I have a program that works on
> my home pc with a dial-up internet connection and in work with a proxy server
> I cannot get a connection. For a shot in the dark I tried  ftp_proxy =
> 'proxy_name'  ftp_port= proxy_port  without success.

   ftplib does not work with proxy - urllib does.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list