2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

17 lines
611 B
Markdown
Raw Normal View History

### proxy
Show or sets proxy configuration
Usage: `proxy [URL|--auto|--none] [--username=USERNAME --password=PASSWORD]`
<pre>
With no parameter given, this will print proxy configuration
Options:
URL Proxy URL (e.g: https://127.0.0.1:8080)
--none To disable using a proxy
--auto To use the proxy configured in your system
--username=USERNAME The username, for authenticated proxies
--password=PASSWORD The password, for authenticated proxies. Please, avoid using passwords containing " or '
Note: Proxy settings will be saved for the next time you open MEGAcmd, but will be removed if you logout.
</pre>