bucanero / pkgi-ps3

A PlayStation 3 package download tool

Home Page:http://www.bucanero.com.ar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for direct download over proxy

inpos opened this issue · comments

Hi.
I really need support for system proxy settings for direct downloading.

you can try an older version like v1.1.8 or v1.2.0; older versions use the internal HTTP methods and they might work with the xmb proxy setting.

Thanks for reply. But libcurl supports proxy too

Thanks for reply. But libcurl supports proxy too

I'm not working on PS3 apps right now. You're free to open a PR and submit changes that implement it.

Сould you tell me what function can I get the proxy settings from the OS network settings? Where can I see an example of this or read a manual?

Сould you tell me what function can I get the proxy settings from the OS network settings? Where can I see an example of this or read a manual?

You should check the PSL1GHT sdk code:
https://github.com/ps3dev/PSL1GHT/tree/master/ppu/include/net

Thanks