Hi all, ======= Florian Attenberger wrote:
> What is the sysntax for the proxy variables: > ftp_proxy="don't know" > http_proxy="don't know" You are using wget, aren't you? ;-) Well, the syntax is rather simple: fpt_proxy=full_server_name:port http_proxy=full_server_name:port Imagine that there is a ftp and http proxy "proxy.utc.sk" and the proxy port is 3128 (they are using the Squid cache). Then it will be as: ftp_proxy=proxy.utc.sk:3128 http_proxy=proxy.utc.sk:3128 That's all the trick. Wishing all the best Peter -- ********************************* * Peter Paluch * * Kukucinova 939/35 * * Kysucke Nove Mesto * * 024 01 * * Slovakia, Europe * * ----------------------------- * * tlf: +421 826 421 2542 * * e-mail: [EMAIL PROTECTED] * ********************************* -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .