| > However, the program is unable to get through a
> proxy server requiring authentication (my user id
> has a space in between - could that be a problem ?)
Yes - try to use "%20" instead of the space character,
such as:
John%20Smith:foobar@proxy.myisp.com:8080
if the user is "John Smith" and the password "foobar"
| |