|
Lines 297-303
Link Here
|
| 297 |
|
297 |
|
| 298 |
rsrc->proxy = get_proxy("FTP_PROXY"); |
298 |
rsrc->proxy = get_proxy("FTP_PROXY"); |
| 299 |
|
299 |
|
| 300 |
if (rsrc->proxy) { |
300 |
/* |
|
|
301 |
* unless proxy is empty ... |
| 302 |
*/ |
| 303 |
if (rsrc->proxy && strcmp(rsrc->proxy,"")) { |
| 301 |
return http_transfer(rsrc); |
304 |
return http_transfer(rsrc); |
| 302 |
} |
305 |
} |
| 303 |
|
306 |
|