Opened 14 years ago
Closed 14 years ago
#1375 closed Enhancement (wontfix)
[patch] allow the cli to specify proxy settings
Reported by: | vzaliva | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | CLI | Version: | 1.34 |
Severity: | Normal | Keywords: | patch |
Cc: |
Description
patch which adds command line option to CLI which allows to speicy proxy settings.
new command line option to 'transmissioncli' called '-x' or '--proxy-url' permits to specify proxy (as URL).
Examples of valid URIs:
http://user:pass@example.com:1234 socks4://user:pass@example.com:1234 socks5://user:pass@example.com:1234
Attachments (2)
Change History (8)
Changed 14 years ago by vzaliva
comment:1 Changed 14 years ago by charles
Thank you for the patch, but IMO this only solves part of the problem. I think the validator should be in libtransmission so that both transmission-remote and cli can use this feature.
Could you please modify your patch that way?
comment:2 Changed 14 years ago by vzaliva
I have attached new patch.
comment:3 Changed 14 years ago by charles
- Keywords patch added
comment:4 Changed 14 years ago by charles
- Summary changed from patch which adds command line option to CLI which allows to speicy proxy settings to [patch] allow the cli to specify proxy settings
comment:5 Changed 14 years ago by charles
- Component changed from Transmission to CLI
- Owner set to charles
comment:6 Changed 14 years ago by charles
- Resolution set to wontfix
- Status changed from new to closed
six months have gone by without anyone else requesting this ability. IMO this patch doesn't really add anything over specifying proxies in the settings.json file.
patch to v. 1.34 to specify proxy