FTP with urllib2 behind a proxy

Josiah Carlson jcarlson at nospam.uci.edu
Wed Feb 25 16:53:40 EST 2004


>         proxyauth = "http://anonymous@me:137.134.5.20:4421"

If the above is what you are using, then that is your issue.
The above should be; "http://anonymous:me@137.134.5.20:4421"

As for your other problem, I have no idea.

  - Josiah



More information about the Python-list mailing list