dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Using a SOCKS proxy? #97

Closed danesparza closed 6 years ago

danesparza commented 6 years ago

Looking at the command line help, it's not clear: How do I go about using dbxcli with a SOCKS proxy?

danesparza commented 6 years ago

It looks like I just answered my own question. In bash, it's as simple as setting

HTTP_PROXY="socks5://127.0.0.1:1080/" and HTTPS_PROXY="socks5://127.0.0.1:1080/"

prior to running the command line.